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 /gshadow | |
parent | d9195db871b11e139050dfa00e333ca8b2f7a677 (diff) | |
download | glibc-c75ccd4c3a84993ea392f23f2cf75f7274e22cc1.tar.gz glibc-c75ccd4c3a84993ea392f23f2cf75f7274e22cc1.tar.xz glibc-c75ccd4c3a84993ea392f23f2cf75f7274e22cc1.zip |
Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.
Diffstat (limited to 'gshadow')
-rw-r--r-- | gshadow/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gshadow/Makefile b/gshadow/Makefile index a482c5d702..2cb714fde9 100644 --- a/gshadow/Makefile +++ b/gshadow/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009 Free Software Foundation, Inc. +# Copyright (C) 2009-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 @@ -29,8 +29,8 @@ tests = tst-gshadow CFLAGS-getsgent_r.c = -fexceptions CFLAGS-getsgent.c = -fexceptions CFLAGS-fgetsgent.c = -fexceptions -CFLAGS-fgetsgent_r.c = -fexceptions -D_IO_MTSAFE_IO -CFLAGS-putsgent.c = -fexceptions -D_IO_MTSAFE_IO +CFLAGS-fgetsgent_r.c = -fexceptions $(libio-mtsafe) +CFLAGS-putsgent.c = -fexceptions $(libio-mtsafe) CFLAGS-getsgnam.c = -fexceptions CFLAGS-getsgnam_r.c = -fexceptions |