diff options
author | Ulrich Drepper <drepper@redhat.com> | 1996-08-06 00:29:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1996-08-06 00:29:58 +0000 |
commit | 80776ab80da30197fe7eb34d46f12b397b8ce1d4 (patch) | |
tree | 5d8e7706650434e6e1b5c5abe695508ad0ce24e4 | |
parent | 6946d44b05d7c367be421c352f3a289d675c4b5c (diff) | |
download | glibc-80776ab80da30197fe7eb34d46f12b397b8ce1d4.zip glibc-80776ab80da30197fe7eb34d46f12b397b8ce1d4.tar.gz glibc-80776ab80da30197fe7eb34d46f12b397b8ce1d4.tar.bz2 |
Another correction.cvs/libc-ud-960805cvs/libc-960807cvs/libc-960806
tcgetattr. We have weak aliases now.
* stdlib/stdlib.h [__OPTIMIZE__ && __GNUC__ >= 2]: Remove
"optimizations" for random functions.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -268,9 +268,9 @@ Mon Jul 29 19:20:05 1996 Ulrich Drepper <drepper@cygnus.com> Wed Jul 31 14:21:36 1996 Ulrich Drepper <drepper@cygnus.com> * termios/termios.h [__OPTIMIZE__]: Remove "optimization" for - tcgetattr. We have weak aliases now. - * stdlib/stdlib.h [__OPTIMIZE__ && __GNUC__ >= 2]: Remove - "optimizations" for random functions. + tcgetattr. We have weak aliases now. + * stdlib/stdlib.h [__OPTIMIZE__ && __GNUC__ >= 2]: Remove + "optimizations" for random functions. Mon Jul 29 20:33:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> |