diff options
author | Roland McGrath <roland@gnu.org> | 2006-02-22 05:49:01 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-02-22 05:49:01 +0000 |
commit | edb72ee4e5cb2c1067102edabe4137d3f960e521 (patch) | |
tree | 81632ded5e6665a4e7df96d63e5abb47ed7c0dd2 /ChangeLog | |
parent | b6bb5f6a819689fc49a216bc471d1b170c06c3e5 (diff) | |
download | glibc-edb72ee4e5cb2c1067102edabe4137d3f960e521.tar.gz glibc-edb72ee4e5cb2c1067102edabe4137d3f960e521.tar.xz glibc-edb72ee4e5cb2c1067102edabe4137d3f960e521.zip |
* sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Update comment, remove
__THROW from epoll_wait, to match .../linux/sys/epoll.h file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index adb31fda04..bf5d46475e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-02-21 Roland McGrath <roland@redhat.com> + + * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Update comment, remove + __THROW from epoll_wait, to match .../linux/sys/epoll.h file. + 2005-11-15 Robert Millan <robertmh@gnu.org> [BZ #2161] |