diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-16 23:53:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-16 23:53:33 +0000 |
commit | 87d60668d692bcb646ffdd20eebcd02632a7e530 (patch) | |
tree | 516afa3d2f3fbd1492c3484ae6c71db6204acf21 | |
parent | ad3bf20cbaea7854c5ade9b34c134c3a05a2b09e (diff) | |
download | glibc-87d60668d692bcb646ffdd20eebcd02632a7e530.tar glibc-87d60668d692bcb646ffdd20eebcd02632a7e530.tar.gz glibc-87d60668d692bcb646ffdd20eebcd02632a7e530.tar.bz2 glibc-87d60668d692bcb646ffdd20eebcd02632a7e530.zip |
Update.
* sysdeps/unix/sysv/linux/sys/epoll.h: New file. Written by
Davide Libenzi <davidel@xmailserver.org>.
* sysdeps/unix/sysv/aix/settimer.c: Likewise.
* sysdeps/unix/sysv/aix/sleep.c: Likewise.
* sysdeps/unix/sysv/aix/usleep.c: Likewise.
-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... |