aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-10-18 20:36:01 +0000
committerRoland McGrath <roland@gnu.org>2002-10-18 20:36:01 +0000
commit3fc6935a154e9910b45f1afb1840d82604505dcd (patch)
tree7ed5fefc7054609993e8bb244fac62e8c6d9c620 /ChangeLog
parentc2f55635daad280e92eba084450053819f86e949 (diff)
downloadglibc-3fc6935a154e9910b45f1afb1840d82604505dcd.tar
glibc-3fc6935a154e9910b45f1afb1840d82604505dcd.tar.gz
glibc-3fc6935a154e9910b45f1afb1840d82604505dcd.tar.bz2
glibc-3fc6935a154e9910b45f1afb1840d82604505dcd.zip
* sysdeps/generic/bits/time.h: Replaced with contents of the
sysdeps/unix/sysv/linux/i386/bits/time.h file. All the following files were identical except for the absence of CLOCK_THREAD_CPUTIME_ID and CLOCK_PROCESS_CPUTIME_ID in .../linux/bits/time.h; adding these macros is ok even for architectures that don't now implement them. * sysdeps/mach/hurd/bits/time.h: File removed. * sysdeps/unix/sysv/linux/bits/time.h: File removed. * sysdeps/unix/sysv/linux/i386/bits/time.h: File removed. * sysdeps/unix/sysv/linux/ia64/bits/time.h: File removed. * sysdeps/unix/sysv/linux/sparc/bits/time.h: File removed. * sysdeps/unix/sysv/linux/x86_64/bits/time.h: File removed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 44e395ac57..7a896f6302 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2002-10-07 Roland McGrath <roland@redhat.com>
+
+ * sysdeps/generic/bits/time.h: Replaced with contents of the
+ sysdeps/unix/sysv/linux/i386/bits/time.h file. All the following
+ files were identical except for the absence of CLOCK_THREAD_CPUTIME_ID
+ and CLOCK_PROCESS_CPUTIME_ID in .../linux/bits/time.h; adding these
+ macros is ok even for architectures that don't now implement them.
+ * sysdeps/mach/hurd/bits/time.h: File removed.
+ * sysdeps/unix/sysv/linux/bits/time.h: File removed.
+ * sysdeps/unix/sysv/linux/i386/bits/time.h: File removed.
+ * sysdeps/unix/sysv/linux/ia64/bits/time.h: File removed.
+ * sysdeps/unix/sysv/linux/sparc/bits/time.h: File removed.
+ * sysdeps/unix/sysv/linux/x86_64/bits/time.h: File removed.
+
2002-10-18 Jeff Bailey <jbailey@gnu.org>
* configure.in: Replace AC_FD_CC with AS_MESSAGE_LOG_FD.