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 /pwd | |
parent | d9195db871b11e139050dfa00e333ca8b2f7a677 (diff) | |
download | glibc-c75ccd4c3a84993ea392f23f2cf75f7274e22cc1.zip glibc-c75ccd4c3a84993ea392f23f2cf75f7274e22cc1.tar.gz glibc-c75ccd4c3a84993ea392f23f2cf75f7274e22cc1.tar.bz2 |
Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.
Diffstat (limited to 'pwd')
-rw-r--r-- | pwd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pwd/Makefile b/pwd/Makefile index 1da4059..52a917f 100644 --- a/pwd/Makefile +++ b/pwd/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991,1996-1999,2003,2004 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 @@ -36,6 +36,6 @@ CFLAGS-getpwnam_r.c = -DUSE_NSCD=1 CFLAGS-getpwent_r.c = -fexceptions CFLAGS-getpwent.c = -fexceptions CFLAGS-getpw.c = -fexceptions -CFLAGS-fgetpwent_r.c = -D_IO_MTSAFE_IO +CFLAGS-fgetpwent_r.c = $(libio-mtsafe) endif |