diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-09-13 05:52:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-09-13 05:52:57 +0000 |
commit | 5737546087fce5c2eebfa60f0c5438fc70b2e248 (patch) | |
tree | 4b9d3c010f8cab1709e7b458c9f138204871f87b /ChangeLog | |
parent | 8dab36a1198f257efaf7ddf71b768914ed50c898 (diff) | |
download | glibc-5737546087fce5c2eebfa60f0c5438fc70b2e248.tar.gz glibc-5737546087fce5c2eebfa60f0c5438fc70b2e248.tar.xz glibc-5737546087fce5c2eebfa60f0c5438fc70b2e248.zip |
Update.
* sysdeps/unix/sysv/linux/if_index.c: Use only non-cancelable interfaces.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0edf022426..99b6dd5394 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2003-09-12 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/if_index.c: Use only non-cancelable + interfaces. + * grp/Makefile (CFLAGS-getgrgid_r.c, CFLAGS-getgrnam_r.c, CFLAGS-fgetgrent.c, CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c, CFLAGS-initgroups.c, CFLAGS-getgrgid.c): Add -fexceptions. |