diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-07-17 23:12:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-07-17 23:12:43 +0000 |
commit | e58f1a46f4501e143e6727c419558c6bdf74e19f (patch) | |
tree | 0adad8826be2537b441f20b54d39fdca860c281c | |
parent | 4bf307e37b1a0ff9b4271c639a53fffec5392833 (diff) | |
download | glibc-e58f1a46f4501e143e6727c419558c6bdf74e19f.tar.gz glibc-e58f1a46f4501e143e6727c419558c6bdf74e19f.tar.xz glibc-e58f1a46f4501e143e6727c419558c6bdf74e19f.zip |
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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d691a5598a..54a57b6d56 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. |