2004-10-20 22:48:53

by Chris Friesen

[permalink] [raw]
Subject: why multiple definitions of SS_ONSTACK and SS_DISABLE

The following two definitions are identical for every architecture that defines
them. Is there any particular reason why they aren't defined in linux/signal.h
rather than asm/signal.h?

#define SS_ONSTACK 1
#define SS_DISABLE 2


Chris