diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-12-15 13:05:14 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-12-15 13:05:14 -0800 |
commit | f282f6b90a52d95370392bd7a4e6ec1bbd90afe5 (patch) | |
tree | 33157b9193068301df12130dbfbbcfeafb6b1c03 /ChangeLog | |
parent | 2af6396817fb9df98e63de75dd59fd999ee9f1d0 (diff) | |
download | glibc-f282f6b90a52d95370392bd7a4e6ec1bbd90afe5.tar.gz glibc-f282f6b90a52d95370392bd7a4e6ec1bbd90afe5.tar.xz glibc-f282f6b90a52d95370392bd7a4e6ec1bbd90afe5.zip |
Update poll.h header for POSIX 2008.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b1e14b664e..35d0a57f4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2009-12-15 Ulrich Drepper <drepper@redhat.com> + [BZ #11093] + * bits/poll.h: Define POLLRDNORM, POLLRDBAND, POLLWRNORM, and + POLLWRBAND also for POSIX 2008. + * sysdeps/unix/sysv/linux/bits/poll.h: Likewise. + * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise. + * include/link.h (struct link_map): Move l_used into its own word. * elf/dl-lookup.c (_dl_lookup_symbol_x): Only update l_used when it is still zero. |