2010-10-08 Ralf Corsépius <ralf.corsepius@rtems.org>

* psx07/init.c: Add HAVE_DECL_PTHREAD_ATTR_SETGUARDSIZE guard around
	guardsize.
This commit is contained in:
Ralf Corsepius
2010-10-08 09:39:36 +00:00
parent 4163a697b3
commit acd08dd1b1

View File

@@ -63,7 +63,9 @@ void *POSIX_Init(
int inheritsched;
int schedpolicy;
size_t stacksize;
#if HAVE_DECL_PTHREAD_ATTR_SETGUARDSIZE
size_t guardsize;
#endif
void *stackaddr;
int detachstate;
struct sched_param schedparam;