diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-09-10 14:09:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-09-10 14:09:11 +0000 |
commit | 39382b8ba41a02240424309a1b37a88488c58be3 (patch) | |
tree | a95458d60934b4004e476a298df2868400f06780 /ChangeLog | |
parent | 2c86b2bc6e6b28dc8c6bf0384e90d1eb4a05af8d (diff) | |
download | glibc-39382b8ba41a02240424309a1b37a88488c58be3.tar glibc-39382b8ba41a02240424309a1b37a88488c58be3.tar.gz glibc-39382b8ba41a02240424309a1b37a88488c58be3.tar.bz2 glibc-39382b8ba41a02240424309a1b37a88488c58be3.zip |
Update.
* sysdeps/unix/sysv/linux/Makefile (subdirs==misc)
[sysdep_headers]: Remove sys/debugreg.h.
* sysdeps/unix/sysv/linux/i386/Makefile (subdirs==misc)
[sysdep_headers]: Add sys/debugreg.h.
* sysdeps/unix/sysv/linux/sys/debugreg.h: Removed.
* sysdeps/unix/sysv/linux/i386/sys/debugreg.h: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 1998-09-10 Ulrich Drepper <drepper@cygnus.com> + * sysdeps/unix/sysv/linux/Makefile (subdirs==misc) + [sysdep_headers]: Remove sys/debugreg.h. + * sysdeps/unix/sysv/linux/i386/Makefile (subdirs==misc) + [sysdep_headers]: Add sys/debugreg.h. + * sysdeps/unix/sysv/linux/sys/debugreg.h: Removed. + * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: New file. + * stdio-common/tmpnam.c: Move local static variable buf to toplevel and rename to tmpnam_buffer to ease debugging. Patch by Joe Keane <jgk@jgk.org>. |