diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-12-18 16:03:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-12-18 16:03:11 +0000 |
commit | c730d6780fe9ea61c225bd9f5652f2bbe636dcfb (patch) | |
tree | 1543ae4111cc3db150804a2c2f8465bb8803fd41 /ChangeLog | |
parent | 51c68755af9bf02a88792b8caff9cf516a262684 (diff) | |
download | glibc-c730d6780fe9ea61c225bd9f5652f2bbe636dcfb.tar glibc-c730d6780fe9ea61c225bd9f5652f2bbe636dcfb.tar.gz glibc-c730d6780fe9ea61c225bd9f5652f2bbe636dcfb.tar.bz2 glibc-c730d6780fe9ea61c225bd9f5652f2bbe636dcfb.zip |
Update.
* sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Include
features.h and stddef.h.
* sysdeps/unix/sysv/sysv4/solaris2/bits/sigstack.h (struct
sigaltstack): Move ss_size field at the end.
Patches by Jeff Bailey <jbailey@nisa.net>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 1998-12-18 Ulrich Drepper <drepper@cygnus.com> + * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Include + features.h and stddef.h. + * sysdeps/unix/sysv/sysv4/solaris2/bits/sigstack.h (struct + sigaltstack): Move ss_size field at the end. + Patches by Jeff Bailey <jbailey@nisa.net>. + * time/getdate.c (check_mday): tm_mon contains values from 0 to 11, not 1 to 12. |