From: Ulrich Drepper Date: Mon, 23 Aug 1999 17:52:24 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc_2-1-2~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b8fd1a8d6dc93da9b3d3e29319c839591cf7a3c;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index 6962c496f40..0faaa597e10 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +1999-08-23 Andreas Schwab + + * 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 * posix/regex.c (re_match_2_internal): Correct check for charset diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 9947e6f8a24..9cb8f588c0d 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +1999-08-23 Andreas Schwab + + * signals.c (pthread_sighandler): Add SIGCONTEXT_EXTRA_ARGS to + call to signal handler. + 1999-08-20 Ulrich Drepper * pthread.c (__pthread_reset_main_thread): Undo last change.