Changeset 16526 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Feb 5, 2009 9:43:21 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 42452
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/env-posix.cpp
r16525 r16526 34 34 *******************************************************************************/ 35 35 #ifdef RT_OS_DARWIN 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 36 /* pick the correct prototype for unsetenv. */ 37 # define _POSIX_C_SOURCE 1 41 38 #endif 42 39 #include <iprt/env.h>
Note:
See TracChangeset
for help on using the changeset viewer.