diff options
author | Jakob Kaivo <jkk@ung.org> | 2020-10-29 16:12:21 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2020-10-29 16:12:21 -0400 |
commit | 711f5a93cf708e9b40c2f937469934f270a02476 (patch) | |
tree | 5841b262daa6333b762f20ce0fe4798ba0fe1b3d /src/dlfcn/RTLD_LOCAL.h | |
parent | 972d2eee3a3518f18e0958e6f8a1b2ffafd6d39a (diff) |
outline <dlfcn.h>
Diffstat (limited to 'src/dlfcn/RTLD_LOCAL.h')
-rw-r--r-- | src/dlfcn/RTLD_LOCAL.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dlfcn/RTLD_LOCAL.h b/src/dlfcn/RTLD_LOCAL.h new file mode 100644 index 00000000..817d3adf --- /dev/null +++ b/src/dlfcn/RTLD_LOCAL.h @@ -0,0 +1,5 @@ +#define RTLD_LOCAL (1<<3) + +/* +XOPEN(500) +*/ |