Changeset 62564 in vbox for trunk/src/VBox/Runtime/r3/posix/ldrNative-posix.cpp
- Timestamp:
- Jul 26, 2016 2:43:03 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/ldrNative-posix.cpp
r62477 r62564 123 123 int rtldrNativeLoadSystem(const char *pszFilename, const char *pszExt, uint32_t fFlags, PRTLDRMOD phLdrMod) 124 124 { 125 RT_NOREF_PV(pszFilename); RT_NOREF_PV(pszExt); RT_NOREF_PV(fFlags); RT_NOREF_PV(phLdrMod); 125 126 /** @todo implement this in some sensible fashion. */ 126 127 return VERR_NOT_SUPPORTED;
Note:
See TracChangeset
for help on using the changeset viewer.