diff options
author | Roland McGrath <roland@gnu.org> | 1998-12-16 10:15:27 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-12-16 10:15:27 +0000 |
commit | d735bcf464255eddfde5b70142b1a2ed43c4d16a (patch) | |
tree | 17c88ba2a8a2d5db1838e8741f4ade4ac568c0fc /ChangeLog | |
parent | 916687a6c8e0d3c00406c08a3a581998e05d88c3 (diff) | |
download | glibc-d735bcf464255eddfde5b70142b1a2ed43c4d16a.tar.gz glibc-d735bcf464255eddfde5b70142b1a2ed43c4d16a.tar.xz glibc-d735bcf464255eddfde5b70142b1a2ed43c4d16a.zip |
1998-12-16 Roland McGrath <roland@baalperazim.frob.com>
* sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Define this #ifdef __USE_BSD as well as #ifdef __USE_GNU, so MAXSYMLINKS can use it. Reported by UCHIYAMA Yasushi <uch@nop.or.jp> 1998-12-16 Andreas Jaeger <aj@arthur.rhein-neckar.de> * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Don't change read-only struct termios_p* but change k_termios member directly.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog index 5b07322a36..916f081e8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1998-12-16 Roland McGrath <roland@baalperazim.frob.com> + + * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Define this #ifdef + __USE_BSD as well as #ifdef __USE_GNU, so MAXSYMLINKS can use it. + Reported by UCHIYAMA Yasushi <uch@nop.or.jp> + 1998-12-16 Ulrich Drepper <drepper@cygnus.com> * iconvdata/ibm866.c: New file. @@ -10,11 +16,11 @@ * sysdeps/gnu/bits/ipc.h: Move libc internal bits to... * include/bits/ipc.h: ..here. New file. -1998-12-16 Andreas Jaeger <aj@arthur.rhein-neckar.de> - - * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Don't change - read-only struct termios_p* but change k_termios member directly. - +1998-12-16 Andreas Jaeger <aj@arthur.rhein-neckar.de> + + * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Don't change + read-only struct termios_p* but change k_termios member directly. + 1998-12-15 H.J. Lu <hjl@gnu.org> * sysdeps/posix/tempname.c (__path_search): Fix the maximum |