artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7ee4d1
)
Add #define for RTLD_NOLOAD missed in last ld.so commit.
author
tb
<tb@openbsd.org>
Sat, 20 Aug 2022 17:39:22 +0000
(17:39 +0000)
committer
tb
<tb@openbsd.org>
Sat, 20 Aug 2022 17:39:22 +0000
(17:39 +0000)
include/dlfcn.h
patch
|
blob
|
history
diff --git
a/include/dlfcn.h
b/include/dlfcn.h
index
4cee447
..
5423bb2
100644
(file)
--- a/
include/dlfcn.h
+++ b/
include/dlfcn.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: dlfcn.h,v 1.1
5 2021/06/02 07:29:03 semarie Exp $
*/
+/* $OpenBSD: dlfcn.h,v 1.1
6 2022/08/20 17:39:22 tb Exp $
*/
/* $NetBSD: dlfcn.h,v 1.2 1995/06/05 19:38:00 pk Exp $ */
/*
@@
-43,6
+43,7
@@
#define RTLD_LOCAL 0x000
#define RTLD_TRACE 0x200
#define RTLD_NODELETE 0x400
+#define RTLD_NOLOAD 0x800
/*
* Special handle arguments for dlsym().