diff options
Diffstat (limited to 'grp')
-rw-r--r-- | grp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/grp/Makefile b/grp/Makefile index 1d666d0c5e..54e86394ba 100644 --- a/grp/Makefile +++ b/grp/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991,92,96,97,98,99,2000,2003 Free Software Foundation, Inc. +# Copyright (C) 1991,1992,1996-2000,2003,2004 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 @@ -52,8 +52,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 -CFLAGS-putgrent.c = -fexceptions +CFLAGS-fgetgrent_r.c = -fexceptions -D_IO_MTSAFE_IO +CFLAGS-putgrent.c = -fexceptions -D_IO_MTSAFE_IO CFLAGS-initgroups.c = -fexceptions CFLAGS-getgrgid.c = -fexceptions |