Changeset 96075 in vbox
- Timestamp:
- Aug 6, 2022 12:39:28 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 152874
- Location:
- trunk
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/nocrt/unistd.h
r96070 r96075 33 33 34 34 #ifdef IPRT_NO_CRT_FOR_3RD_PARTY 35 36 /* Flags for access: */ 37 #define F_OK 0 38 #define X_OK 1 39 #define W_OK 2 40 #define R_OK 4 35 41 36 42 RT_C_DECLS_BEGIN -
trunk/src/VBox/Runtime/Makefile.kmk
r96074 r96075 1809 1809 common/math/nocrt-labs.cpp \ 1810 1810 common/math/nocrt-llabs.cpp \ 1811 common/path/nocrt-access.cpp \ 1811 1812 common/path/nocrt-unlink.cpp \ 1812 1813 common/rand/nocrt-rand.cpp \
Note:
See TracChangeset
for help on using the changeset viewer.