summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxrwlock01/psxrwlock01.scn
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxrwlock01/psxrwlock01.scn')
-rw-r--r--testsuites/psxtests/psxrwlock01/psxrwlock01.scn1
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxrwlock01/psxrwlock01.scn b/testsuites/psxtests/psxrwlock01/psxrwlock01.scn
index ceb2dd4d91..981020f0ca 100644
--- a/testsuites/psxtests/psxrwlock01/psxrwlock01.scn
+++ b/testsuites/psxtests/psxrwlock01/psxrwlock01.scn
@@ -16,7 +16,6 @@ pthread_rwlockattr_getpshared( &attr, &p ) -- OK
pthread_rwlockattr_destroy( &attr ) -- OK
pthread_rwlockattr_getpshared( &attr, &p ) destroyed -- EINVAL
pthread_rwlock_init(NULL, &attr) -- EINVAL
-pthread_rwlock_init(&rwlock, NULL) -- EINVAL
pthread_rwlock_destroy(NULL) -- EINVAL
pthread_rwlock_rdlock(NULL) -- EINVAL
pthread_rwlock_timedrdlock( NULL, &abstime) -- EINVAL