mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
2003-02-16 Roland McGrath <roland@redhat.com>
* signal/signal.h: Include <sys/ucontext.h>, not <ucontext.h>.
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 1991-1999, 2000, 2001, 2002 Free Software Foundation, Inc.
|
/* Copyright (C) 1991-1999,2000,2001,2002,2003 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -327,7 +327,8 @@ extern int siginterrupt (int __sig, int __interrupt) __THROW;
|
|||||||
|
|
||||||
# include <bits/sigstack.h>
|
# include <bits/sigstack.h>
|
||||||
# ifdef __USE_XOPEN
|
# ifdef __USE_XOPEN
|
||||||
# include <ucontext.h>
|
/* This will define `ucontext_t' and `mcontext_t'. */
|
||||||
|
# include <sys/ucontext.h>
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
/* Run signals handlers on the stack specified by SS (if not NULL).
|
/* Run signals handlers on the stack specified by SS (if not NULL).
|
||||||
|
Reference in New Issue
Block a user