aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-08-12 22:02:53 +0000
committerRoland McGrath <roland@gnu.org>2001-08-12 22:02:53 +0000
commit2c6497200622cb3f9551f0c8120c2d3535f2a25d (patch)
tree62816c86a76c4e8cd3777190759261afcbfb3803 /ChangeLog
parent5c7665dc18f2cc0427aed0bd063a10b61a263cb0 (diff)
downloadglibc-2c6497200622cb3f9551f0c8120c2d3535f2a25d.tar
glibc-2c6497200622cb3f9551f0c8120c2d3535f2a25d.tar.gz
glibc-2c6497200622cb3f9551f0c8120c2d3535f2a25d.tar.bz2
glibc-2c6497200622cb3f9551f0c8120c2d3535f2a25d.zip
* hurd/hurdlookup.c (__hurd_file_name_lookup): Comment fix.
* sysdeps/mach/hurd/bits/time.h (CLOCK_PROCESS_CPUTIME_ID, CLOCK_THREAD_CPUTIME_ID): New macros. * sysdeps/mach/hurd/i386/bits/time.h: File removed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dcfb2ba0f9..ea9bf11995 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
+2001-08-12 Roland McGrath <roland@frob.com>
+
+ * hurd/hurdlookup.c (__hurd_file_name_lookup): Comment fix.
+
2001-08-11 Roland McGrath <roland@frob.com>
+ * sysdeps/mach/hurd/bits/time.h
+ (CLOCK_PROCESS_CPUTIME_ID, CLOCK_THREAD_CPUTIME_ID): New macros.
+ * sysdeps/mach/hurd/i386/bits/time.h: File removed.
+
* posix/getopt.c (nonoption_flags_max_len, nonoption_flags_len):
Make these defns conditional on [USE_NONOPTION_FLAGS].