From 6baf5a5bc318a8eac731dc538393f1093aca45ef Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 4 Oct 2010 15:53:45 +0000 Subject: 2010-10-04 Joel Sherrill * Makefile.am, configure.ac, psx07/init.c, psx07/psx07.scn, psxhdrs/Makefile.am, psxstack01/init.c: Add pthread_attr_getstack, pthread_attr_setstack, pthread_attr_getguardsize, and pthread_attr_setguardsize. * psxstack02/.cvsignore, psxstack02/Makefile.am, psxstack02/init.c, psxstack02/psxstack02.doc, psxstack02/psxstack02.scn: New files. --- testsuites/psxtests/psxstack01/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/psxtests/psxstack01') diff --git a/testsuites/psxtests/psxstack01/init.c b/testsuites/psxtests/psxstack01/init.c index 0e0ee3b0c5..122d8764e9 100644 --- a/testsuites/psxtests/psxstack01/init.c +++ b/testsuites/psxtests/psxstack01/init.c @@ -55,7 +55,7 @@ void *POSIX_Init( puts( "Init - Allocate stack from heap" ); Stack_Low = malloc(PTHREAD_MINIMUM_STACK_SIZE); - rtems_test_assert( Stack_Low ); + rtems_test_assert( Stack_Low ); Stack_High = Stack_Low + PTHREAD_MINIMUM_STACK_SIZE; puts( "Init - Initialize thread attribute for user provided stack" ); -- cgit v1.2.3