projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9587cf0
)
Update.
author
Ulrich Drepper
<drepper@redhat.com>
Sat, 5 Apr 2003 20:43:40 +0000
(20:43 +0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Sat, 5 Apr 2003 20:43:40 +0000
(20:43 +0000)
* libio/fileops.c (_IO_new_file_fopen): Don't free step data right
after getting them.
ChangeLog
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 30686e33aab194a338329321d11f2948ff19d81a..0f6ca50e4d366a2df9c06ad48cd342fc65c86d0b 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-12,6
+12,9
@@
2003-04-05 Ulrich Drepper <drepper@redhat.com>
+ * libio/fileops.c (_IO_new_file_fopen): Don't free step data right
+ after getting them.
+
* malloc/thread-m.h [PTHREAD_MUTEX_INITIALIZER]: If
HAVE_register_atfork_malloc is defined use __register_atfork_malloc
instead of __register_atfork.