forked from Imagelibrary/rtems
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user