Skip to content

Commit 399e46b

Browse files
Update Dynamic Linking Example.md
1 parent 9b3f39e commit 399e46b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dynamic Linking Example.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- Following example is all in one which covers almost all dynamic linking related APIs & Flags.
22
- API Covers dladdr, dlclose, dlerror, dlopen, dlsym, etc.
3-
- Flag Covers `RTLD_LAZY`, `RTLD_NOW`, `RTLD_GLOBAL`, `RTLD_LOCAL`, `RTLD_NODELETE`, `RTLD_NOLOAD`, `RTLD_DEEPBIND`, `RTLD_NEXT`, `RTLD_DEFAULT`, etc.
3+
- Flag Covers `RTLD_LAZY`, `RTLD_NOW`, `RTLD_GLOBAL`, `RTLD_LOCAL`, `RTLD_NODELETE`, `RTLD_NOLOAD`, `RTLD_NEXT`, `RTLD_DEFAULT`, etc.
44

55

66
### flags.c

0 commit comments

Comments
 (0)