]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 16 Oct 1998 21:05:18 +0000 (21:05 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 16 Oct 1998 21:05:18 +0000 (21:05 +0000)
1998-10-16  Ulrich Drepper  <drepper@cygnus.com>

* sysdeps/unix/sysv/linux/bits/fcntl.h: Add dummy definition of
O_LARGEFILE back.

ChangeLog
sysdeps/unix/sysv/linux/bits/fcntl.h

index ace7517da86981b09371a9bc1cbbee76e2ed6ec8..a3ee00862cfdedab6d6a08caa55520f061577e85 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1998-10-16  Ulrich Drepper  <drepper@cygnus.com>
+
+       * sysdeps/unix/sysv/linux/bits/fcntl.h: Add dummy definition of
+       O_LARGEFILE back.
+
 1998-10-16  Paul Eggert  <eggert@shade.twinsun.com>
 
        * time/mktime.c: Some systems require <unistd.h> to be
index 42ad79f6abff5d757a7e57ac128e68c69b308d21..35881d8ef36807efe32626e397574d8b68aa9a27 100644 (file)
 # define O_DIRECTORY   040000  /* Must be a directory.  */
 #endif
 
+/* XXX missing */
+#ifdef __USE_LARGEFILE64
+# define O_LARGEFILE   0
+#endif
+
 /* For now Linux has synchronisity options for data and read operations.
    We define the symbols here but let them do the same as O_SYNC since
    this is a superset.  */