diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-08-17 09:35:15 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-08-17 09:35:15 -0700 |
commit | c75ccd4c3a84993ea392f23f2cf75f7274e22cc1 (patch) | |
tree | 49f67c33b43674aa355a7c1931ccdbbdf2e4ce31 /grp | |
parent | d9195db871b11e139050dfa00e333ca8b2f7a677 (diff) | |
download | glibc-c75ccd4c3a84993ea392f23f2cf75f7274e22cc1.tar.gz |
Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.
Diffstat (limited to 'grp')
-rw-r--r-- | grp/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/grp/Makefile b/grp/Makefile index 127310f0de..384faa062f 100644 --- a/grp/Makefile +++ b/grp/Makefile @@ -1,5 +1,4 @@ -# Copyright (C) 1991,1992,1996-2000,2003,2004,2012 -# Free Software Foundation, Inc. +# Copyright (C) 1991-2012 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -44,8 +43,8 @@ CFLAGS-getgrnam_r.c = -DUSE_NSCD=1 -fexceptions CFLAGS-getgrent_r.c = -fexceptions CFLAGS-getgrent.c = -fexceptions CFLAGS-fgetgrent.c = -fexceptions -CFLAGS-fgetgrent_r.c = -fexceptions -D_IO_MTSAFE_IO -CFLAGS-putgrent.c = -fexceptions -D_IO_MTSAFE_IO +CFLAGS-fgetgrent_r.c = -fexceptions $(libio-mtsafe) +CFLAGS-putgrent.c = -fexceptions $(libio-mtsafe) CFLAGS-initgroups.c = -DUSE_NSCD=1 -fexceptions CFLAGS-getgrgid.c = -fexceptions |