Remove duplicate definition of O_LARGEFILE.
authorUlrich Drepper <drepper@redhat.com>
Sat, 24 Oct 1998 11:01:21 +0000 (11:01 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 24 Oct 1998 11:01:21 +0000 (11:01 +0000)
sysdeps/unix/sysv/linux/mips/bits/fcntl.h

index a01dcae..0273470 100644 (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.  */