From a1f85d7f83f899786626708083839512b2cd4ebd Mon Sep 17 00:00:00 2001 From: Stefan Farfeleder Date: Sat, 20 Aug 2005 16:44:41 +0000 Subject: Move MINSIGSTKSZ from to and rename it to __MINSIGSTKSZ. Define MINSIGSTKSZ in . This is done in order to use MINSIGSTKSZ for the macro PTHREAD_STACK_MIN in (soon ) without having to include the whole header. Discussed with: bde --- sys/amd64/include/_limits.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sys/amd64/include/_limits.h') diff --git a/sys/amd64/include/_limits.h b/sys/amd64/include/_limits.h index fdea69e353e7..bd0f2efe2254 100644 --- a/sys/amd64/include/_limits.h +++ b/sys/amd64/include/_limits.h @@ -83,4 +83,10 @@ #define __LONG_BIT 64 #define __WORD_BIT 32 +/* + * Minimum signal stack size. The current signal frame + * for i386 is 408 bytes large. + */ +#define __MINSIGSTKSZ (512 * 4) + #endif /* !_MACHINE__LIMITS_H_ */ -- cgit v1.3