Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / arch / s390 / include / asm / signal.h
CommitLineData
1da177e4 1/*
1da177e4
LT
2 * S390 version
3 *
4 * Derived from "include/asm-i386/signal.h"
5 */
1da177e4
LT
6#ifndef _ASMS390_SIGNAL_H
7#define _ASMS390_SIGNAL_H
8
9807f759 9#include <uapi/asm/signal.h>
1da177e4 10
1da177e4
LT
11/* Most things should be clean enough to redefine this at will, if care
12 is taken to make libc match. */
13#include <asm/sigcontext.h>
14#define _NSIG _SIGCONTEXT_NSIG
15#define _NSIG_BPW _SIGCONTEXT_NSIG_BPW
16#define _NSIG_WORDS _SIGCONTEXT_NSIG_WORDS
17
18typedef unsigned long old_sigset_t; /* at least 32 bits */
19
20typedef struct {
21 unsigned long sig[_NSIG_WORDS];
22} sigset_t;
23
574c4866 24#define __ARCH_HAS_SA_RESTORER
1da177e4 25#endif
This page took 0.758646 seconds and 5 git commands to generate.