about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-12-18 16:03:11 +0000
committerUlrich Drepper <drepper@redhat.com>1998-12-18 16:03:11 +0000
commitc730d6780fe9ea61c225bd9f5652f2bbe636dcfb (patch)
tree1543ae4111cc3db150804a2c2f8465bb8803fd41 /ChangeLog
parent51c68755af9bf02a88792b8caff9cf516a262684 (diff)
downloadglibc-c730d6780fe9ea61c225bd9f5652f2bbe636dcfb.tar.gz
glibc-c730d6780fe9ea61c225bd9f5652f2bbe636dcfb.tar.xz
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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 356a5d3790..af56bfcbdd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.