provide O_NOFOLLOW if there is non

This commit is contained in:
Love Hornquist Astrand
2013-07-10 22:06:19 +02:00
parent 44ddd05ec1
commit 3ad1bf2dcc

View File

@@ -122,6 +122,10 @@
#define O_ACCMODE 003 #define O_ACCMODE 003
#endif #endif
#ifndef O_NOFOLLOW
#define O_NOFOLLOW 0
#endif
#ifndef _WIN32 #ifndef _WIN32
#ifndef _PATH_DEV #ifndef _PATH_DEV