summary refs log tree commit diff
path: root/linuxthreads
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-08-23 17:55:49 +0000
committerUlrich Drepper <drepper@redhat.com>1999-08-23 17:55:49 +0000
commit1d0b89a483cf4cf48dc11f269008c0ebfe26bfd4 (patch)
tree8c463d77265c425c9ba9bf305767ce383d25e595 /linuxthreads
parentb7e519e78096f038f145cb25193f43f12d819ece (diff)
downloadglibc-1d0b89a483cf4cf48dc11f269008c0ebfe26bfd4.tar.gz
glibc-1d0b89a483cf4cf48dc11f269008c0ebfe26bfd4.tar.xz
glibc-1d0b89a483cf4cf48dc11f269008c0ebfe26bfd4.zip
Update.
1999-08-23  Ulrich Drepper  <drepper@cygnus.com>

	* stdio-common/Makefile: Mode addition to routines to the right place.

	* sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: Likewise.
	* sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h: Likewise.
Diffstat (limited to 'linuxthreads')
-rw-r--r--linuxthreads/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 165b5f70bd..108fdf4f38 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,8 @@
+1999-08-23  Andreas Schwab  <schwab@suse.de>
+
+	* signals.c (pthread_sighandler): Add SIGCONTEXT_EXTRA_ARGS to
+	call to signal handler.
+
 1999-08-20  Ulrich Drepper  <drepper@cygnus.com>
 
 	* pthread.c (__pthread_reset_main_thread): Undo last change.