Re: O_NOFOLLOW is not a gnu extension, it's posix-2008.

2013-04-09 Thread Mike Frysinger
On Thursday 14 March 2013 01:07:43 Rich Felker wrote: On Fri, Mar 08, 2013 at 09:57:37PM -0600, Rob Landley wrote: Files like libc/sysdeps/linux/powerpc/bits/fcntl.h have blobs like: #ifdef __USE_GNU # define O_DIRECT 040 /* Direct disk access. */ # define O_DIRECTORY

Re: O_NOFOLLOW is not a gnu extension, it's posix-2008.

2013-03-13 Thread Rich Felker
On Fri, Mar 08, 2013 at 09:57:37PM -0600, Rob Landley wrote: Files like libc/sysdeps/linux/powerpc/bits/fcntl.h have blobs like: #ifdef __USE_GNU # define O_DIRECT 040 /* Direct disk access. */ # define O_DIRECTORY 04 /* Must be a directory. */ # define O_NOFOLLOW

O_NOFOLLOW is not a gnu extension, it's posix-2008.

2013-03-08 Thread Rob Landley
Files like libc/sysdeps/linux/powerpc/bits/fcntl.h have blobs like: #ifdef __USE_GNU # define O_DIRECT 040 /* Direct disk access. */ # define O_DIRECTORY 04 /* Must be a directory. */ # define O_NOFOLLOW 010 /* Do not follow links. */ # define O_NOATIME 0100