artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa1e3a2
)
archdep.h needed for _dl_dcbf, on powerpc
author
deraadt
<deraadt@openbsd.org>
Sat, 8 Jan 2022 18:30:18 +0000
(18:30 +0000)
committer
deraadt
<deraadt@openbsd.org>
Sat, 8 Jan 2022 18:30:18 +0000
(18:30 +0000)
libexec/ld.so/powerpc/rtld_machine.c
patch
|
blob
|
history
diff --git
a/libexec/ld.so/powerpc/rtld_machine.c
b/libexec/ld.so/powerpc/rtld_machine.c
index
4e5a99a
..
740a35a
100644
(file)
--- a/
libexec/ld.so/powerpc/rtld_machine.c
+++ b/
libexec/ld.so/powerpc/rtld_machine.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: rtld_machine.c,v 1.7
1 2022/01/08 06:49:42 guenther
Exp $ */
+/* $OpenBSD: rtld_machine.c,v 1.7
2 2022/01/08 18:30:18 deraadt
Exp $ */
/*
* Copyright (c) 1999 Dale Rahn
@@
-37,6
+37,7
@@
#include "util.h"
#include "resolve.h"
+#include "archdep.h"
#define DT_PROC(n) ((n) - DT_LOPROC + DT_NUM)