mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-17 13:00:43 +08:00
Update.
1998-10-16 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/bits/fcntl.h: Add dummy definition of O_LARGEFILE back.
This commit is contained in:
parent
c7a9f249c7
commit
6cde0c6047
@ -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
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user