diff options
Diffstat (limited to 'sysdeps/generic/bits/sigcontext.h')
-rw-r--r-- | sysdeps/generic/bits/sigcontext.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/generic/bits/sigcontext.h b/sysdeps/generic/bits/sigcontext.h index 46e4df8c64..576fd30c37 100644 --- a/sysdeps/generic/bits/sigcontext.h +++ b/sysdeps/generic/bits/sigcontext.h @@ -17,6 +17,10 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifndef _SIGNAL_H +# error "Never use <bits/sigcontext.h> directly; include <signal.h> instead." +#endif + /* State of this thread when the signal was taken. */ struct sigcontext { |