summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2010-09-17 16:36:08 -0600
committerEric Blake <eblake@redhat.com>2010-09-17 16:40:40 -0600
commit6c2dd0147534160fc254ebefd5ab9feeeb95281b (patch)
treeb74c3c978e4fe29ec8bc8b53ac2eee5071320324 /ChangeLog
parente196f905d7673c9c9bfc951e1f3f6204cb7cc1eb (diff)
downloadgnulib-6c2dd0147534160fc254ebefd5ab9feeeb95281b.tar.gz
mirbsd: add some more support
* m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): MirBSD is in BSD family. * m4/gc-random.m4 (gl_GC_RANDOM): MirBSD supports same random devices as OpenBSD. * m4/host-os.m4 (mirbsd): Add MirBSD. Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a4f733f4c..9f180a0d03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2010-09-17 Eric Blake <eblake@redhat.com>
+ mirbsd: add some more support
+ * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): MirBSD is
+ in BSD family.
+ * m4/gc-random.m4 (gl_GC_RANDOM): MirBSD supports same random
+ devices as OpenBSD.
+ * m4/host-os.m4 (mirbsd): Add MirBSD.
+
tests: fix unportable assumption on sys/wait.h
* tests/test-sys_wait.c (main): Relax test.
* tests/test-stdlib.c (main): Likewise.