about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-10-16 21:05:18 +0000
committerUlrich Drepper <drepper@redhat.com>1998-10-16 21:05:18 +0000
commit6cde0c6047769a661b8cf7e4f93842914a4bb54f (patch)
tree912dd6358dc66edafd35fd79fc859b812448f201 /sysdeps
parentc7a9f249c71b5014fdb7140e2f72686f7be802ac (diff)
downloadglibc-6cde0c6047769a661b8cf7e4f93842914a4bb54f.tar.gz
glibc-6cde0c6047769a661b8cf7e4f93842914a4bb54f.tar.xz
glibc-6cde0c6047769a661b8cf7e4f93842914a4bb54f.zip
Update.
1998-10-16  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/unix/sysv/linux/bits/fcntl.h: Add dummy definition of
	O_LARGEFILE back.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/bits/fcntl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/fcntl.h b/sysdeps/unix/sysv/linux/bits/fcntl.h
index 42ad79f6ab..35881d8ef3 100644
--- a/sysdeps/unix/sysv/linux/bits/fcntl.h
+++ b/sysdeps/unix/sysv/linux/bits/fcntl.h
@@ -45,6 +45,11 @@
 # 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.  */