From 6cde0c6047769a661b8cf7e4f93842914a4bb54f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 16 Oct 1998 21:05:18 +0000 Subject: [PATCH] Update. 1998-10-16 Ulrich Drepper * sysdeps/unix/sysv/linux/bits/fcntl.h: Add dummy definition of O_LARGEFILE back. --- ChangeLog | 5 +++++ sysdeps/unix/sysv/linux/bits/fcntl.h | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index ace7517..a3ee008 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1998-10-16 Ulrich Drepper + + * sysdeps/unix/sysv/linux/bits/fcntl.h: Add dummy definition of + O_LARGEFILE back. + 1998-10-16 Paul Eggert * time/mktime.c: Some systems require to be diff --git a/sysdeps/unix/sysv/linux/bits/fcntl.h b/sysdeps/unix/sysv/linux/bits/fcntl.h index 42ad79f..35881d8 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. */ -- 2.7.4