diff options
author | Roland McGrath <roland@gnu.org> | 1999-08-23 21:06:00 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-08-23 21:06:00 +0000 |
commit | a41301f0383709a65a5d18659b47120487ce5fcf (patch) | |
tree | a23d056b35885bebdc19100705599aa07de7caad | |
parent | 09d434dfc61e0a587123454cb9d485d904776a89 (diff) | |
download | glibc-a41301f0383709a65a5d18659b47120487ce5fcf.tar.gz glibc-a41301f0383709a65a5d18659b47120487ce5fcf.tar.xz glibc-a41301f0383709a65a5d18659b47120487ce5fcf.zip |
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-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 6b157f0e18..8fd2bb2a26 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> |