Remove duplicate definition of O_LARGEFILE.

This commit is contained in:
Ulrich Drepper 1998-10-24 11:01:21 +00:00
parent ec86258b00
commit 91c2d73543

View File

@ -49,9 +49,6 @@
#define O_NDELAY O_NONBLOCK
/* XXX missing */
#define O_LARGEFILE 0
/* Values for the second argument to `fcntl'. */
#define F_DUPFD 0 /* Duplicate file descriptor. */
#define F_GETFD 1 /* Get file descriptor flags. */