summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/psxhdrs/pthread03.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/tests/psxtests/psxhdrs/pthread03.c')
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread03.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/tests/psxtests/psxhdrs/pthread03.c b/c/src/tests/psxtests/psxhdrs/pthread03.c
index 94ce5d80b8..d5ec98b8e1 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread03.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread03.c
@@ -21,9 +21,9 @@
void test( void )
{
- int result;
pthread_attr_t attribute;
int state;
+ int result;
state = PTHREAD_CREATE_DETACHED;
state = PTHREAD_CREATE_JOINABLE;