diff options
author | Roland McGrath <roland@gnu.org> | 1999-04-30 14:38:02 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-04-30 14:38:02 +0000 |
commit | 1fafbbda1a49cf60e18b044d37ea2fc589c70786 (patch) | |
tree | 509861bbb1eb8b4c0f24991fa29bd2cb486c628e | |
parent | 55bdfe275c3e8ac79f363a1d794ae2389cbd3645 (diff) | |
download | glibc-1fafbbda1a49cf60e18b044d37ea2fc589c70786.tar glibc-1fafbbda1a49cf60e18b044d37ea2fc589c70786.tar.gz glibc-1fafbbda1a49cf60e18b044d37ea2fc589c70786.tar.bz2 glibc-1fafbbda1a49cf60e18b044d37ea2fc589c70786.zip |
* sysdeps/i386/bzero.c: Add #undef __bzero.
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 1999-04-30 Roland McGrath <roland@baalperazim.frob.com> + * sysdeps/i386/bzero.c: Add #undef __bzero. + * hurd/hurdinit.c (_hurd_new_proc_init): Don't do initial SIGTRAP if EXEC_SIGTRAP was set in the incoming exec flags--that indicates the exec server simulated a SIGTRAP before we even started up, so gdb is |