aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-03-22 07:22:01 +0000
committerUlrich Drepper <drepper@redhat.com>2000-03-22 07:22:01 +0000
commit1ab1ea76bf65a1cf97dd734a75a08e1d79913b37 (patch)
tree93918ea84ba3c7d51be4ca79ae119aa0ce97426a
parentd4144f187e037566005460fd89dd28bd9956aa3f (diff)
downloadglibc-1ab1ea76bf65a1cf97dd734a75a08e1d79913b37.tar
glibc-1ab1ea76bf65a1cf97dd734a75a08e1d79913b37.tar.gz
glibc-1ab1ea76bf65a1cf97dd734a75a08e1d79913b37.tar.bz2
glibc-1ab1ea76bf65a1cf97dd734a75a08e1d79913b37.zip
Update.
2000-03-21 Ulrich Drepper <drepper@redhat.com> * libio/oldtmpfile.c: Update for new SHLIB_COMPAT definition. * libio/oldiofopen.c: Likewise. * libio/oldiofclose.c: Likewise.
-rw-r--r--ChangeLog6
-rw-r--r--libio/oldiofclose.c2
-rw-r--r--linuxthreads/ChangeLog2
3 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c51960ba8a..70cb93522d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-03-21 Ulrich Drepper <drepper@redhat.com>
+
+ * libio/oldtmpfile.c: Update for new SHLIB_COMPAT definition.
+ * libio/oldiofopen.c: Likewise.
+ * libio/oldiofclose.c: Likewise.
+
2000-03-22 Roland McGrath <roland@baalperazim.frob.com>
* include/shlib-compat.h (SHLIB_COMPAT): Take a third argument,
diff --git a/libio/oldiofclose.c b/libio/oldiofclose.c
index 41256c6857..f823b94166 100644
--- a/libio/oldiofclose.c
+++ b/libio/oldiofclose.c
@@ -24,7 +24,7 @@
General Public License. */
#include <shlib-compat.h>
-#if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2.1)
+#if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)
#define _IO_USE_OLD_IO_FILE
#include "libioP.h"
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index aaee2e7d58..0c10a8ff5d 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,5 +1,7 @@
2000-03-21 Ulrich Drepper <drepper@redhat.com>
+ * pthread.c: Update for new SHLIB_COMPAT definition.
+
* manager.c (__pthread_manager): Unmask debug signal.
* pthread.c (pthread_initialize): Test for address of __dso_handle