From 78a1b1beb47866d8c70bf7e8efd8007e2f6eacf8 Mon Sep 17 00:00:00 2001 From: stefanf 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/powerpc/include/_limits.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/powerpc/include/_limits.h') diff --git a/sys/powerpc/include/_limits.h b/sys/powerpc/include/_limits.h index 260475d..76e73544 100644 --- a/sys/powerpc/include/_limits.h +++ b/sys/powerpc/include/_limits.h @@ -93,4 +93,7 @@ #endif #define __WORD_BIT 32 +/* Minimum signal stack size. */ +#define __MINSIGSTKSZ (512 * 4) + #endif /* !_MACHINE__LIMITS_H_ */ -- cgit v1.1