summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/psxhdrs/pthread03.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-23 19:31:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-23 19:31:54 +0000
commit02bfc5682e6ae08275802375736e085d4e9ad753 (patch)
tree6d61d57199b24ddf7f199637decdba6c438d8c41 /c/src/tests/psxtests/psxhdrs/pthread03.c
parentnew files (diff)
downloadrtems-02bfc5682e6ae08275802375736e085d4e9ad753.tar.bz2
cleanup status vs. result
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;