Changeset 16525 in vbox for trunk/src/VBox/Runtime/r3/posix
- Timestamp:
- Feb 5, 2009 7:06:55 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 42451
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/env-posix.cpp
r16524 r16525 34 34 *******************************************************************************/ 35 35 #ifdef RT_OS_DARWIN 36 /*XXX: see sys/cdefs.h */ 37 #define __DARWIN_UNIX03 1 36 /* 37 * @todo: here is workaround for unsetenv(3) which doen't return status 38 * see sys/cdefs.h for better solution 39 */ 40 # define __DARWIN_UNIX03 1 38 41 #endif 39 42 #include <iprt/env.h>
Note:
See TracChangeset
for help on using the changeset viewer.