]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 23 Aug 1999 17:52:24 +0000 (17:52 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 23 Aug 1999 17:52:24 +0000 (17:52 +0000)
ChangeLog
linuxthreads/ChangeLog

index 6962c496f4096506a990b930eb61e02d1be04be4..0faaa597e1099da551b3f6a53f30424b7d4e19ec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+1999-08-23  Andreas Schwab  <schwab@suse.de>
+
+       * sysdeps/unix/sysv/linux/m68k/sigcontextinfo.h: Define
+       SIGCONTEXT_EXTRA_ARGS.
+       * sysdeps/unix/sysv/linux/i386/sigcontextinfo.h: Likewise.
+       * sysdeps/generic/sigcontextinfo.h: Likewise.
+       * sysdeps/mach/hurd/i386/sigcontextinfo.h: Likewise.
+       * sysdeps/unix/sysv/linux/alpha/sigcontextinfo.h: Likewise.
+       * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/sigcontextinfo.h: Likewise.
+       * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: Likewise.
+
 1999-08-23  Andreas Schwab  <schwab@suse.de>
 
        * posix/regex.c (re_match_2_internal): Correct check for charset
index 9947e6f8a248423961ec3dd9e7d641bad1d81552..9cb8f588c0d53941a768fa511f871b38bf7ebc66 100644 (file)
@@ -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.