Changeset 35191 in vbox for trunk/src/VBox/Runtime/r3/posix
- Timestamp:
- Dec 16, 2010 3:25:20 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69030
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/ldrNative-posix.cpp
r35183 r35191 70 70 */ 71 71 int fFlagsNative = RTLD_NOW; 72 if (fFlags & RTLDR FLAGS_GLOBAL)72 if (fFlags & RTLDRLOAD_FLAGS_GLOBAL) 73 73 fFlagsNative |= RTLD_GLOBAL; 74 74 else
Note:
See TracChangeset
for help on using the changeset viewer.