From: Ulrich Drepper Date: Sat, 5 Apr 2003 20:43:40 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_3_3~949 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b4068b0a9457295f71fb7b12d543f6001edd81e7;p=thirdparty%2Fglibc.git Update. * libio/fileops.c (_IO_new_file_fopen): Don't free step data right after getting them. --- diff --git a/ChangeLog b/ChangeLog index 30686e33aab..0f6ca50e4d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,9 @@ 2003-04-05 Ulrich Drepper + * 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.