From: Ulrich Drepper Date: Tue, 6 Aug 1996 00:28:41 +0000 (+0000) Subject: Correction. X-Git-Tag: cvs/libc-960806~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6946d44b05d7c367be421c352f3a289d675c4b5c;p=thirdparty%2Fglibc.git Correction. tcgetattr. We have weak aliases now. * stdlib/stdlib.h [__OPTIMIZE__ && __GNUC__ >= 2]: Remove "optimizations" for random functions. --- diff --git a/ChangeLog b/ChangeLog index 8691dccabf6..dbec292e4ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -268,9 +268,9 @@ Mon Jul 29 19:20:05 1996 Ulrich Drepper Wed Jul 31 14:21:36 1996 Ulrich Drepper * 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