From d95b992a2c62ecea18b1733d543beae6ae339349 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 15 Aug 2008 16:30:01 +0000 Subject: 2008-08-15 Joel Sherrill PR 1297/cpukit * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Fix NULL attribute pointer handling. --- testsuites/psxtests/psxrwlock01/test.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'testsuites/psxtests/psxrwlock01/test.c') diff --git a/testsuites/psxtests/psxrwlock01/test.c b/testsuites/psxtests/psxrwlock01/test.c index 2305d6799f..270e512a55 100644 --- a/testsuites/psxtests/psxrwlock01/test.c +++ b/testsuites/psxtests/psxrwlock01/test.c @@ -164,10 +164,6 @@ int main( status = pthread_rwlock_init(NULL, &attr); assert( status == EINVAL ); - puts( "pthread_rwlock_init(&rwlock, NULL) -- EINVAL" ); - status = pthread_rwlock_init(&rwlock, NULL); - assert( status == EINVAL ); - puts( "pthread_rwlock_destroy(NULL) -- EINVAL" ); status = pthread_rwlock_destroy(NULL); assert( status == EINVAL ); -- cgit v1.2.3