aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-02-09 07:39:42 +0000
committerUlrich Drepper <drepper@redhat.com>2004-02-09 07:39:42 +0000
commit9e59d9cbd2572856bfaabaaa69ef0d06d7dd49c1 (patch)
tree63863ef56f40e4102f09e5088c1cac6a69e1d974 /ChangeLog
parenta481b13cc296a354f9349ed41839881bbcbdf9cc (diff)
downloadglibc-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39a310a3ed..3fd0b32956 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.