mirror of git://sourceware.org/git/glibc.git
Update.
1998-10-27 Ulrich Drepper <drepper@cygnus.com> * signal/signal.h: Include bits/sigthread.h only for Unix98.
This commit is contained in:
parent
a8eab8b140
commit
cc3688877a
|
|
@ -1,3 +1,7 @@
|
||||||
|
1998-10-27 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
|
* signal/signal.h: Include bits/sigthread.h only for Unix98.
|
||||||
|
|
||||||
1998-10-26 Ulrich Drepper <drepper@cygnus.com>
|
1998-10-26 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
* include/libc-symbols.h: If HAVE_BUILTIN_EXPECT is not defined
|
* include/libc-symbols.h: If HAVE_BUILTIN_EXPECT is not defined
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ __BEGIN_DECLS
|
||||||
# undef __need_sig_atomic_t
|
# undef __need_sig_atomic_t
|
||||||
# define __sig_atomic_t_defined 1
|
# define __sig_atomic_t_defined 1
|
||||||
typedef __sig_atomic_t sig_atomic_t;
|
typedef __sig_atomic_t sig_atomic_t;
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __sigset_t_defined
|
#ifndef __sigset_t_defined
|
||||||
|
|
@ -335,13 +335,11 @@ extern int sigignore __P ((int __sig));
|
||||||
|
|
||||||
/* Set the disposition of SIG. */
|
/* Set the disposition of SIG. */
|
||||||
extern __sighandler_t sigset __P ((int __sig, __sighandler_t __disp));
|
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
|
/* Some of the functions for handling signals in threaded programs must
|
||||||
be defined here. */
|
be defined here. */
|
||||||
# include <bits/sigthread.h>
|
# include <bits/sigthread.h>
|
||||||
#endif
|
#endif /* use Unix98 */
|
||||||
|
|
||||||
/* The following functions are used internally in the C library and in
|
/* The following functions are used internally in the C library and in
|
||||||
other code which need deep insights. */
|
other code which need deep insights. */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue