From 9ebb936d991a6e08da05e5a942465d64cac39f86 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 1 Aug 1996 00:08:31 +0000 Subject: 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. --- termios/termios.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'termios/termios.h') diff --git a/termios/termios.h b/termios/termios.h index a2937bdee1..9943fa6ff6 100644 --- a/termios/termios.h +++ b/termios/termios.h @@ -59,10 +59,6 @@ extern void cfsetspeed __P ((struct termios *__termios_p, speed_t __speed)); extern int __tcgetattr __P ((int __fd, struct termios *__termios_p)); extern int tcgetattr __P ((int __fd, struct termios *__termios_p)); -#ifdef __OPTIMIZE__ -#define tcgetattr(fd, termios_p) __tcgetattr((fd), (termios_p)) -#endif /* Optimizing. */ - /* Set the state of FD to *TERMIOS_P. Values for OPTIONAL_ACTIONS (TCSA*) are in . */ extern int tcsetattr __P ((int __fd, int __optional_actions, -- cgit 1.4.1