aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/signal.h
diff options
context:
space:
mode:
authorStefan Farfeleder <stefanf@FreeBSD.org>2005-08-20 16:44:41 +0000
committerStefan Farfeleder <stefanf@FreeBSD.org>2005-08-20 16:44:41 +0000
commita1f85d7f83f899786626708083839512b2cd4ebd (patch)
tree0c9d939aa363baa5fbd07daf4d09c3119f9d113e /sys/amd64/include/signal.h
parentd599e39db8fe20317f28e2e4f0dbd68496c97fe1 (diff)
downloadsrc-a1f85d7f83f899786626708083839512b2cd4ebd.tar.gz
src-a1f85d7f83f899786626708083839512b2cd4ebd.zip
Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and rename
it to __MINSIGSTKSZ. Define MINSIGSTKSZ in <sys/signal.h>. This is done in order to use MINSIGSTKSZ for the macro PTHREAD_STACK_MIN in <pthread.h> (soon <limits.h>) without having to include the whole <sys/signal.h> header. Discussed with: bde
Notes
Notes: svn path=/head/; revision=149337
Diffstat (limited to 'sys/amd64/include/signal.h')
-rw-r--r--sys/amd64/include/signal.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/amd64/include/signal.h b/sys/amd64/include/signal.h
index 412a34f2f817..7a4c2a79e9ea 100644
--- a/sys/amd64/include/signal.h
+++ b/sys/amd64/include/signal.h
@@ -43,14 +43,6 @@
typedef long sig_atomic_t;
-#if __XSI_VISIBLE
-/*
- * Minimum signal stack size. The current signal frame
- * for i386 is 408 bytes large.
- */
-#define MINSIGSTKSZ (512 * 4)
-#endif
-
#if __BSD_VISIBLE
#include <machine/trap.h> /* codes for SIGILL, SIGFPE */