about summary refs log tree commit diff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 6d8d18bef4..faa2ec9420 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,5 +1,12 @@
 1999-10-14  Ulrich Drepper  <drepper@cygnus.com>
 
+	* pthread.c (__pthread_initial_thread): Pass argument to
+	PTHREAD_START_ARGS_INITIALIZER.
+	(__pthread_manager_thread): Likewise.
+
+	* internals.h (PTHREAD_START_ARGS_INITIALIZER): Add parameter to
+	initialize function.
+
 	* manager.c (pthread_handle_create): Remove p_startfct initialization.
 
 	* internals.h (_pthread_descr_struct): We don't need p_startfct field.