diff options
author | Roland McGrath <roland@gnu.org> | 2001-08-23 04:34:57 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-08-23 04:34:57 +0000 |
commit | 8179dcc10808cf2a515cf19d445789193a763ec4 (patch) | |
tree | 1443e552a488918bf4a2edc0321a5df9d474b0ee /ChangeLog | |
parent | d9022567542acf6734184696596aef0851e7f8f0 (diff) | |
download | glibc-8179dcc10808cf2a515cf19d445789193a763ec4.tar.gz glibc-8179dcc10808cf2a515cf19d445789193a763ec4.tar.xz glibc-8179dcc10808cf2a515cf19d445789193a763ec4.zip |
* conform/conformtest.pl (checknamespace): Sort the output list.
* sysdeps/generic/bits/poll.h (POLLWRBAND): New alias for POLLOUT. (POLLRDNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND): Make these definitions conditional on [__USE_XOPEN]. * sysdeps/mach/hurd/bits/fcntl.h (O_ASYNC, O_FSYNC, O_SYNC): Define these unconditionally, not only use [__USE_BSD], so as to match the sysdeps/unix/sysv/linux files.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2daef263e9..67711d3062 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2001-08-22 Roland McGrath <roland@frob.com> + + * conform/conformtest.pl (checknamespace): Sort the output list. + + * sysdeps/generic/bits/poll.h (POLLWRBAND): New alias for POLLOUT. + (POLLRDNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND): Make these + definitions conditional on [__USE_XOPEN]. + + * sysdeps/mach/hurd/bits/fcntl.h (O_ASYNC, O_FSYNC, O_SYNC): Define + these unconditionally, not only use [__USE_BSD], so as to match + the sysdeps/unix/sysv/linux files. + 2001-08-22 Ulrich Drepper <drepper@redhat.com> * test-skeleton.c (add_temp_file): Add __attribute__ ((unused)) to |