summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index f9686e09cb..b97c5120c8 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,5 +1,7 @@
 2002-12-08  Ulrich Drepper  <drepper@redhat.com>
 
+	* pt-fcntl.c (__fcntl): Initialize oldtype to avoid warning.
+
 	* pthreadP.h: Declare __pthread_enable_asynccancel and
 	__pthread_disable_asynccancel.
 	(CANCEL_ASYNC): Use __pthread_enable_asynccancel.
@@ -48,6 +50,8 @@
 	* pt-waitpid.c: Likewise.
 	* pt-write.c: Likewise.
 	* pt-writev.c: Likewise.
+	* pthread_join.c: Likewise.
+	* pthread_timedjoin.c: Likewise.
 
 	* pt-sigpause.c (sigsuspend): Call __sigsuspend.
 	(__xpg_sigpause): New function.