From 72ef277e5a31c89fbd1aa9d1dc7d054223d650e5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 3 Sep 2003 09:26:15 +0000 Subject: Update. 2003-09-03 Ulrich Drepper * grp/Makefile (CFLAGS-getgrent_r.c): Add -fexceptions. (CFLAGS-getgrent.c): Likewise. * pwd/Makefile (CFLAGS-getpwent_r.c): Add -fexceptions. (CFLAGS-getpwent.c): Likewise. * shadow/Makefile (CFLAGS-getspent_r.c): Add -fexceptions. (CFLAGS-getspent.c): Likewise. * inet/Makefile: Add -fexceptions to CFLAGS for the various getXXent and getXXbyYY functions. * locale/loadlocale.c: Use not-cancelable variants of open, close, and read. --- pwd/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pwd/Makefile') diff --git a/pwd/Makefile b/pwd/Makefile index 3cb0292a67..f656022ae2 100644 --- a/pwd/Makefile +++ b/pwd/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991, 1996, 1997, 1998, 1999 Free Software Foundation, Inc. +# Copyright (C) 1991,1996,1997,1998,1999,2003 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 @@ -34,6 +34,8 @@ 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 endif -- cgit v1.2.3