diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-04-23 20:03:56 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-04-23 20:03:56 +0000 |
commit | 18ac1129d1a88a3441a7f955c782c77adb78ab0f (patch) | |
tree | 014f056dd7fdf9101d8e073aec0aa106f2190e0f /linuxthreads/ChangeLog | |
parent | 3b5c1b57d3a2de7955eed21f01cb80e663473491 (diff) | |
download | glibc-18ac1129d1a88a3441a7f955c782c77adb78ab0f.tar.gz glibc-18ac1129d1a88a3441a7f955c782c77adb78ab0f.tar.xz glibc-18ac1129d1a88a3441a7f955c782c77adb78ab0f.zip |
Update.
* internals.h: Fix parameter type for __pthread_clock_gettime and __pthread_clock_settime.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 553219fa98..af4631859c 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -8,6 +8,8 @@ * manager.c: Likewise. * ptclock_gettime.c: New file. * ptclock_settime.c: New file. + * internals.h: Fix parameter type for __pthread_clock_gettime and + __pthread_clock_settime. * sysdeps/i386/i586/ptclock_gettime.c: Removed. * sysdeps/i386/i586/ptclock_settime.c: Removed. |