aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-07-17 23:12:43 +0000
committerUlrich Drepper <drepper@redhat.com>1999-07-17 23:12:43 +0000
commite58f1a46f4501e143e6727c419558c6bdf74e19f (patch)
tree0adad8826be2537b441f20b54d39fdca860c281c
parent4bf307e37b1a0ff9b4271c639a53fffec5392833 (diff)
downloadglibc-e58f1a46f4501e143e6727c419558c6bdf74e19f.zip
glibc-e58f1a46f4501e143e6727c419558c6bdf74e19f.tar.gz
glibc-e58f1a46f4501e143e6727c419558c6bdf74e19f.tar.bz2
Update.
1999-07-17 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/bits/time.h (timeval): Use __suseconds_t type for tv_usec element. * sysdeps/unix/sysv/linux/bits/types.h: Define __suseconds_t. * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise. * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise. * sysdeps/unix/sysv/linux/sparc/bits/types.h: Likewise.
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d691a55..54a57b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+1999-07-17 Ulrich Drepper <drepper@cygnus.com>
+
+ * sysdeps/unix/sysv/linux/bits/time.h (timeval): Use __suseconds_t
+ type for tv_usec element.
+ * sysdeps/unix/sysv/linux/bits/types.h: Define __suseconds_t.
+ * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
+ * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
+ * sysdeps/unix/sysv/linux/sparc/bits/types.h: Likewise.
+
1999-07-15 Ulrich Drepper <drepper@cygnus.com>
* stdio-common/bug1.c: Avoid memory leak.