Release 4.7 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 | stas sergeev | 10 | 29.41% | 2 | 25.00% |
pre-git | pre-git | 8 | 23.53% | 3 | 37.50% |
al viro | al viro | 8 | 23.53% | 1 | 12.50% |
david howells | david howells | 7 | 20.59% | 1 | 12.50% |
andy lutomirski | andy lutomirski | 1 | 2.94% | 1 | 12.50% |
| Total | 34 | 100.00% | 8 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.