summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx01/init.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-29 22:48:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-29 22:48:26 +0000
commitbe1c11edab1ad9004effbacf0e75bc558563d47d (patch)
tree0c6f4535b86f668c574b986cab0a84d6037fc476 /testsuites/psxtests/psx01/init.c
parentposix initialization threads table was misnamed "posix initialization (diff)
downloadrtems-be1c11edab1ad9004effbacf0e75bc558563d47d.tar.bz2
tests now specify whether using posix initialization threads table
or rtems initialization table in configuration table
Diffstat (limited to 'testsuites/psxtests/psx01/init.c')
-rw-r--r--testsuites/psxtests/psx01/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psx01/init.c b/testsuites/psxtests/psx01/init.c
index 3469f3f7b4..7f24bf6319 100644
--- a/testsuites/psxtests/psx01/init.c
+++ b/testsuites/psxtests/psx01/init.c
@@ -25,7 +25,7 @@
#define CONFIGURE_INIT
#include "system.h"
-void *Init(
+void *POSIX_Init(
void *argument
)
{