summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/pthread07.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxhdrs/pthread07.c')
-rw-r--r--testsuites/psxtests/psxhdrs/pthread07.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxhdrs/pthread07.c b/testsuites/psxtests/psxhdrs/pthread07.c
index 9192820821..882cee3d11 100644
--- a/testsuites/psxtests/psxhdrs/pthread07.c
+++ b/testsuites/psxtests/psxhdrs/pthread07.c
@@ -24,6 +24,7 @@ void *test_task(
{
for ( ; ; )
;
+ return NULL;
}
void test( void )