mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Update.
1999-06-23 Zack Weinberg <zack@rabi.columbia.edu> * libio/stdio.h: Define stdin, stdout, stderr as macros. * math/complex.h: Don't define CX_LIMITED_RANGE_{ON,OFF,DEFAULT}. These are *pragmas* not macros. * wcsmbs/wchar.h: Fix comment. * grp/grp.h: Use __foo_t_defined convention to typedef things only once. * io/sys/stat.h: Likewise. * libio/stdio.h: Likewise. * posix/unistd.h: Likewise. * posix/sys/types.h: Likewise. * posix/sys/wait.h: Likewise. * pwd/pwd.h: Likewise. * signal/signal.h: Likewise. * sysdeps/generic/stdint.h: Likewise. * sysdeps/gnu/utmpx.h: Likewise. * termios/termios.h: Likewise.
This commit is contained in:
@ -48,14 +48,6 @@ __BEGIN_DECLS
|
||||
#undef I
|
||||
#define I _Complex_I
|
||||
|
||||
|
||||
/* Optimization aids. This is not yet implemented in gcc and once it
|
||||
is this will probably be available in a gcc header. */
|
||||
#define CX_LIMITED_RANGE_ON
|
||||
#define CX_LIMITED_RANGE_OFF
|
||||
#define CX_LIMITED_RANGE_DEFAULT
|
||||
|
||||
|
||||
/* The file <bits/cmathcalls.h> contains the prototypes for all the
|
||||
actual math functions. These macros are used for those prototypes,
|
||||
so we can easily declare each function as both `name' and `__name',
|
||||
|
Reference in New Issue
Block a user