diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-26 09:41:23 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-26 09:41:23 +0000 |
commit | f064e4c5d7267be7d81429255026817b14858255 (patch) | |
tree | 204faab81de31c5788325aa8ec071f5ee145cd39 /nptl/ChangeLog | |
parent | bdb6126c2dbe02dddbec6bc827ab91b3a639fda6 (diff) | |
download | glibc-f064e4c5d7267be7d81429255026817b14858255.tar glibc-f064e4c5d7267be7d81429255026817b14858255.tar.gz glibc-f064e4c5d7267be7d81429255026817b14858255.tar.bz2 glibc-f064e4c5d7267be7d81429255026817b14858255.zip |
Update.
2003-03-26 Ulrich Drepper <drepper@redhat.com>
* abilist/librt.abilist: Add new timer interfaces for 64-bit archs.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index e912bcaeac..0fd99d580b 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2003-03-26 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/timer_create.c (timer_create): If EVP == + NULL provide default definition to syscall. + 2003-03-25 Roland McGrath <roland@redhat.com> * sysdeps/pthread/posix-timer.h (TIMER_MAX): Define if not defined. |