Re: memcpy_tofs Where did it go?

Andreas Schwab (schwab@issan.informatik.uni-dortmund.de)
06 Apr 1999 15:04:36 +0200


Jamie Lokier <lkd@tantalophile.demon.co.uk> writes:

|> Unless you have to because the glibc includes aren't complete.
|> O_DIRECTORY anyone?

>From <bits/fcntl.h> in glibc 2.1:

#ifdef __USE_GNU
# define O_DIRECTORY 040000 /* Must be a directory. */
# define O_NOFOLLOW 0100000 /* Do not follow links. */
#endif

-- 
Andreas Schwab                                      "And now for something
schwab@issan.cs.uni-dortmund.de                      completely different"
schwab@gnu.org

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/