diff options
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | nptl/ChangeLog | 4 |
2 files changed, 9 insertions, 4 deletions
@@ -4,7 +4,8 @@ epoll_ctl, and epoll_wait. * sysdeps/unix/sysv/linux/Versions [libc: GLIBC_2.3.2]: Add epoll_create, epoll_ctl, and epoll_wait. - * sysdeps/unix/sysv/linux/sys/epoll.h: New file. + * sysdeps/unix/sysv/linux/sys/epoll.h: New file. Written by + Davide Libenzi <davidel@xmailserver.org>. * sysdeps/unix/sysv/linux/Dist: Add sys/epoll.h. * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add sys/epoll.h. @@ -13,9 +14,9 @@ * sysdeps/generic/bp-semctl.h: Convert GCC extension initializer syntax to C99 - * sysdeps/unix/sysv/aix/settimer.c: Same. - * sysdeps/unix/sysv/aix/sleep.c: Same. - * sysdeps/unix/sysv/aix/usleep.c: Same. + * sysdeps/unix/sysv/aix/settimer.c: Likewise. + * sysdeps/unix/sysv/aix/sleep.c: Likewise. + * sysdeps/unix/sysv/aix/usleep.c: Likewise. 2002-12-16 Ulrich Drepper <drepper@redhat.com> diff --git a/nptl/ChangeLog b/nptl/ChangeLog index e1e77223e2..57f6d493ea 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,9 @@ 2002-12-16 Ulrich Drepper <drepper@redhat.com> + * sem_init.c: Define sem_init@GLIBC_2.0. + * sem_destroy.c: Define sem_destroy@GLIBC_2.0. + * sem_getvalue.c: Define sem_getvalue@GLIBC_2.0. + * flockfile.c: Moved to... * sysdeps/pthread/flockfile.c: ...here. New file. * funlockfile.c: Moved to... |