diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-02-09 07:39:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-02-09 07:39:42 +0000 |
commit | 9e59d9cbd2572856bfaabaaa69ef0d06d7dd49c1 (patch) | |
tree | 63863ef56f40e4102f09e5088c1cac6a69e1d974 /ChangeLog | |
parent | a481b13cc296a354f9349ed41839881bbcbdf9cc (diff) | |
download | glibc-9e59d9cbd2572856bfaabaaa69ef0d06d7dd49c1.tar glibc-9e59d9cbd2572856bfaabaaa69ef0d06d7dd49c1.tar.gz glibc-9e59d9cbd2572856bfaabaaa69ef0d06d7dd49c1.tar.bz2 glibc-9e59d9cbd2572856bfaabaaa69ef0d06d7dd49c1.zip |
Update.
Make stream locking operations really work.
* misc/Makefile (CFLAGS-mntent_r.c): Define.
* shadow/Makefile (CFLAGS-fgetspent_r.c): Define.
(CFLAGS-putspent.c): Define.
* grp/Makefile (CFLAGS-fgetgrent_r.c): Define.
(CFLAGS-putgrent.c): Define.
* pwd/Makefile (CFLAGS-fgetpwent_r.c): Define.
Reported by Shunichi Sagawa <s-sagawa@jp.fujitsu.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2004-02-08 Ulrich Drepper <drepper@redhat.com> + Make stream locking operations really work. + * misc/Makefile (CFLAGS-mntent_r.c): Define. + * shadow/Makefile (CFLAGS-fgetspent_r.c): Define. + (CFLAGS-putspent.c): Define. + * grp/Makefile (CFLAGS-fgetgrent_r.c): Define. + (CFLAGS-putgrent.c): Define. + * pwd/Makefile (CFLAGS-fgetpwent_r.c): Define. + Reported by Shunichi Sagawa <s-sagawa@jp.fujitsu.com>. + * elf/dl-load.c (lose): Use noinline attribute instead of silly alloca to prevent inlining. * elf/dl-runtime.c (fixup): Likewise. |