diff options
Diffstat (limited to 'pwd')
-rw-r--r-- | pwd/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pwd/Makefile b/pwd/Makefile index 52a917f55d..ec06c8e94d 100644 --- a/pwd/Makefile +++ b/pwd/Makefile @@ -31,8 +31,6 @@ include ../Rules ifeq ($(have-thread-library),yes) -CFLAGS-getpwuid_r.c = -DUSE_NSCD=1 -CFLAGS-getpwnam_r.c = -DUSE_NSCD=1 CFLAGS-getpwent_r.c = -fexceptions CFLAGS-getpwent.c = -fexceptions CFLAGS-getpw.c = -fexceptions |