Release 4.12 include/uapi/linux/signal.h
#ifndef _UAPI_LINUX_SIGNAL_H
#define _UAPI_LINUX_SIGNAL_H
#include <asm/signal.h>
#include <asm/siginfo.h>
#define SS_ONSTACK 1
#define SS_DISABLE 2
/* bit-flags */
#define SS_AUTODISARM (1U << 31)
/* disable sas during sighandling */
/* mask for all SS_xxx flags */
#define SS_FLAG_BITS SS_AUTODISARM
#endif /* _UAPI_LINUX_SIGNAL_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Stas Sergeev | 10 | 29.41% | 2 | 28.57% |
Linus Torvalds (pre-git) | 8 | 23.53% | 2 | 28.57% |
Al Viro | 8 | 23.53% | 1 | 14.29% |
David Howells | 7 | 20.59% | 1 | 14.29% |
Andrew Lutomirski | 1 | 2.94% | 1 | 14.29% |
Total | 34 | 100.00% | 7 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.