Commit 8356615
committed
Auto merge of #3322 - shyouhei:feature/shyouhei/RTLD_MAIN_ONLY, r=JohnTitor
add RTLD_MAIN_ONLY
Apple's dynamic linker has this special handle called `RTLD_MAIN_ONLY` which you can feed to `dlsym(3)`. Their `dlfcn.h` says it has been around since Mac OS X 10.5.1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4189 | 4189 | | |
4190 | 4190 | | |
4191 | 4191 | | |
| 4192 | + | |
4192 | 4193 | | |
4193 | 4194 | | |
4194 | 4195 | | |
| |||
0 commit comments