diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-09-13 21:48:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-09-13 21:48:46 +0000 |
commit | d817a438929c3e1f83a42f70b0060e843577b299 (patch) | |
tree | a834bf027eb49e5774054585c52386fe4a9ecea5 /ChangeLog | |
parent | 6340ea91d4ea610aa8525903a75c67d95c3158a3 (diff) | |
download | glibc-d817a438929c3e1f83a42f70b0060e843577b299.tar glibc-d817a438929c3e1f83a42f70b0060e843577b299.tar.gz glibc-d817a438929c3e1f83a42f70b0060e843577b299.tar.bz2 glibc-d817a438929c3e1f83a42f70b0060e843577b299.zip |
Update.
* sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Make a long int
constant since this is what clock_t is.
* sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise.
* sysdeps/unix/sysv/linux/i386/bits/time.h: Likewise.
* sysdeps/unix/sysv/linux/ia64/bits/time.h: Likewise.
* sysdeps/unix/sysv/linux/s390/bits/time.h: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2000-09-13 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Make a long int + constant since this is what clock_t is. + * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise. + * sysdeps/unix/sysv/linux/i386/bits/time.h: Likewise. + * sysdeps/unix/sysv/linux/ia64/bits/time.h: Likewise. + * sysdeps/unix/sysv/linux/s390/bits/time.h: Likewise. + * time/time.h: Don't defined clockid_t and timer_t unless POSIX definitions are requested. |