diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-06-23 11:04:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-06-23 11:04:09 +0000 |
commit | 7df789e05906a883d03ed2cb2c400356350767cc (patch) | |
tree | add7f546a432615f01f0b1939fa20cc5b02ee67d /grp/grp.h | |
parent | 1cc2b04ed7932364d53baf58d0730acbaa1b4bb7 (diff) | |
download | glibc-7df789e05906a883d03ed2cb2c400356350767cc.zip glibc-7df789e05906a883d03ed2cb2c400356350767cc.tar.gz glibc-7df789e05906a883d03ed2cb2c400356350767cc.tar.bz2 |
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.
Diffstat (limited to 'grp/grp.h')
-rw-r--r-- | grp/grp.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -34,9 +34,9 @@ __BEGIN_DECLS /* For the Single Unix specification we must define this type here. */ -#if defined __USE_XOPEN && !defined gid_t +#if defined __USE_XOPEN && !defined __gid_t_defined typedef __gid_t gid_t; -# define gid_t gid_t +# define __gid_t_defined #endif /* The group structure. */ |