From: Ulrich Drepper Date: Tue, 27 Oct 1998 09:17:20 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_0_100~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc3688877a3d7cae186dbb29a43221fc0b6a7f33;p=thirdparty%2Fglibc.git Update. 1998-10-27 Ulrich Drepper * signal/signal.h: Include bits/sigthread.h only for Unix98. --- diff --git a/ChangeLog b/ChangeLog index a63aaeea857..c25399e7fd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1998-10-27 Ulrich Drepper + + * signal/signal.h: Include bits/sigthread.h only for Unix98. + 1998-10-26 Ulrich Drepper * include/libc-symbols.h: If HAVE_BUILTIN_EXPECT is not defined diff --git a/signal/signal.h b/signal/signal.h index efbe36d378f..107650f1134 100644 --- a/signal/signal.h +++ b/signal/signal.h @@ -39,7 +39,7 @@ __BEGIN_DECLS # undef __need_sig_atomic_t # define __sig_atomic_t_defined 1 typedef __sig_atomic_t sig_atomic_t; -# endif +# endif #endif #ifndef __sigset_t_defined @@ -335,13 +335,11 @@ extern int sigignore __P ((int __sig)); /* Set the disposition of SIG. */ extern __sighandler_t sigset __P ((int __sig, __sighandler_t __disp)); -#endif /* use Unix98 */ -#ifdef __USE_POSIX199506 /* Some of the functions for handling signals in threaded programs must be defined here. */ # include -#endif +#endif /* use Unix98 */ /* The following functions are used internally in the C library and in other code which need deep insights. */