diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-10-23 23:27:48 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-10-23 23:27:48 +0000 |
commit | fc40fc6c926e133c3945cfeea5d3f6708bf849bb (patch) | |
tree | 13958af6166c8aa3826b94f5fd85f6f742a3257e /ChangeLog | |
parent | ce9d89b38b93fd415fca5c9f96c720a73e354e9d (diff) | |
download | glibc-fc40fc6c926e133c3945cfeea5d3f6708bf849bb.tar.gz glibc-fc40fc6c926e133c3945cfeea5d3f6708bf849bb.tar.xz glibc-fc40fc6c926e133c3945cfeea5d3f6708bf849bb.zip |
Update.
1998-10-23 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_NOFOLLOW): New macro. * sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise. * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise. * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_LARGEFILE, O_NOFOLLOW, O_DIRECT): New macros. (O_DIRECTORY): Correct definition according to official 2.1.126. * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_DIRECTORY, O_NOFOLLOW): New macros.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7494f82eba..e64892b0ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +1998-10-23 Ulrich Drepper <drepper@cygnus.com> + + * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_NOFOLLOW): New + macro. + * sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_LARGEFILE, + O_NOFOLLOW, O_DIRECT): New macros. + (O_DIRECTORY): Correct definition according to official 2.1.126. + * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_DIRECTORY, + O_NOFOLLOW): New macros. + 1998-10-24 Roland McGrath <roland@baalperazim.frob.com> * include/ldsodefs.h: Test HAVE_ELF instead of __ELF__. |