diff options
Diffstat (limited to 'pwd')
-rw-r--r-- | pwd/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pwd/Makefile b/pwd/Makefile index ca0e363..30453f8 100644 --- a/pwd/Makefile +++ b/pwd/Makefile @@ -28,7 +28,6 @@ routines := fgetpwent getpw putpwent \ include ../Rules -# We can later add the names of other thread packages here. ifeq ($(have-thread-library),yes) CFLAGS-getpwuid_r.c = -DUSE_NSCD=1 |