aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-01-28 13:53:14 +0000
committerUlrich Drepper <drepper@redhat.com>1999-01-28 13:53:14 +0000
commitd328b80b4e2620e0f34271a069b09c05ac16831d (patch)
tree1a4411dde3519fd834471a3ae11afc7366c1eb56 /ChangeLog
parent51e176c2c2cd6d62d7619efb4aab569ded5a2416 (diff)
downloadglibc-d328b80b4e2620e0f34271a069b09c05ac16831d.tar
glibc-d328b80b4e2620e0f34271a069b09c05ac16831d.tar.gz
glibc-d328b80b4e2620e0f34271a069b09c05ac16831d.tar.bz2
glibc-d328b80b4e2620e0f34271a069b09c05ac16831d.zip
Update.
* libio/genops.c (_IO_un_link): Move #ifdef introduced in last change in right place. * sysdeps/unix/sysv/linux/sys/timex.h: Add MAXTC from kernel header. Suggested by Thomas Quinot <thomas@Cuivre.FR.EU.ORG>. 1999-01-28 Andreas Jaeger <aj@arthur.rhein-neckar.de> * libio/getc_u.c (__getc_unlocked): Avoid compiler warning. 1999-01-28 Ulrich Drepper <drepper@cygnus.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e26dab147c..91e27dadb2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
1999-01-28 Ulrich Drepper <drepper@cygnus.com>
+ * libio/genops.c (_IO_un_link): Move #ifdef introduced in last
+ change in right place.
+
+ * sysdeps/unix/sysv/linux/sys/timex.h: Add MAXTC from kernel
+ header. Suggested by Thomas Quinot <thomas@Cuivre.FR.EU.ORG>.
+
+1999-01-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
+
+ * libio/getc_u.c (__getc_unlocked): Avoid compiler warning.
+
+1999-01-28 Ulrich Drepper <drepper@cygnus.com>
+
* libio/genops.c (_IO_un_link, _IO_link_in): Don't use locking if
_IO_MTSAFE_IO is not defined.