aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-08-23 21:06:00 +0000
committerRoland McGrath <roland@gnu.org>1999-08-23 21:06:00 +0000
commita41301f0383709a65a5d18659b47120487ce5fcf (patch)
treea23d056b35885bebdc19100705599aa07de7caad
parent09d434dfc61e0a587123454cb9d485d904776a89 (diff)
downloadglibc-a41301f0383709a65a5d18659b47120487ce5fcf.zip
glibc-a41301f0383709a65a5d18659b47120487ce5fcf.tar.gz
glibc-a41301f0383709a65a5d18659b47120487ce5fcf.tar.bz2
1999-08-23 Mark Kettenis <kettenis@gnu.org>
* hurd/hurdsig.c (_hurd_internal_post_signal): Add missing else. * stdio-common/Makefile: Move addition to routines to the right place.
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b157f0..8fd2bb2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
+1999-08-23 Mark Kettenis <kettenis@gnu.org>
+
+ * hurd/hurdsig.c (_hurd_internal_post_signal): Add missing else.
+
1999-08-23 Ulrich Drepper <drepper@cygnus.com>
- * stdio-common/Makefile: Mode addition to routines to the right place.
+ * stdio-common/Makefile: Move addition to routines to the right place.
1999-08-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>