diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-06 17:23:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-06 17:23:27 +0000 |
commit | c79772f542141d1614e7353ebe6a2c15e1b1e42d (patch) | |
tree | 7c98114868ad1e034f3bf49b73367942c9261644 /ChangeLog | |
parent | 652df710ba782d47d40ff47fa699bd3d7fca57d6 (diff) | |
download | glibc-c79772f542141d1614e7353ebe6a2c15e1b1e42d.tar.gz glibc-c79772f542141d1614e7353ebe6a2c15e1b1e42d.tar.xz glibc-c79772f542141d1614e7353ebe6a2c15e1b1e42d.zip |
Update.
1999-08-06 Andreas Schwab <schwab@suse.de> * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_DSYNC, O_RSYNC): New definitions. (O_DIRECTORY, O_NOFOLLOW): Define only if __USE_GNU. (O_LARGEFILE): Define only if __USE_LARGEFILE64. * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_DSYNC, O_RSYNC): New definitions. (O_LARGEFILE): Define only if __USE_LARGEFILE64. * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_LARGEFILE): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c5b0363dc0..8bf80d0228 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +1999-08-06 Andreas Schwab <schwab@suse.de> + + * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_DSYNC, O_RSYNC): + New definitions. + (O_DIRECTORY, O_NOFOLLOW): Define only if __USE_GNU. + (O_LARGEFILE): Define only if __USE_LARGEFILE64. + * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_DSYNC, O_RSYNC): + New definitions. + (O_LARGEFILE): Define only if __USE_LARGEFILE64. + * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_LARGEFILE): Likewise. + 1999-08-06 Jakub Jelinek <jj@ultra.linux.cz> * sysdeps/ieee754/ldbl-128/e_expl.c: New file. |