summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/psx04/init.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-04-20 13:50:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-04-20 13:50:54 +0000
commit1fbd283c2b5e92c1e9450c5e5486a73427b3ba23 (patch)
tree885778f8554a02bc196578268a418003299a7eac /c/src/tests/psxtests/psx04/init.c
parent2001-04-20 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-1fbd283c2b5e92c1e9450c5e5486a73427b3ba23.tar.bz2
2001-04-20 Joel Sherrill <joel@OARcorp.com>
* psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn, psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn, psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c, psxtime/psxtime.scn, psxtimer/psxtimer.scn: Various adjustments so test output matches screens more reliably.
Diffstat (limited to 'c/src/tests/psxtests/psx04/init.c')
-rw-r--r--c/src/tests/psxtests/psx04/init.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/c/src/tests/psxtests/psx04/init.c b/c/src/tests/psxtests/psx04/init.c
index da1856961b..11b6828581 100644
--- a/c/src/tests/psxtests/psx04/init.c
+++ b/c/src/tests/psxtests/psx04/init.c
@@ -515,17 +515,6 @@ void *POSIX_Init(
assert( errno == EINVAL );
puts( "Init: pthread_kill - EINVAL (sig invalid)" );
-/*
- * This is now implemented. We should delete this but for now
- * we will just comment this out.
- *
- * status = pthread_kill( 0, SIGUSR1 );
- * if ( status != -1 )
- * printf( "status = %d\n", status );
- * assert( errno == ENOSYS );
- * puts( "Init: pthread_kill - ENOSYS (signal SA_SIGINFO)" );
- */
-
status = pthread_kill( 0, SIGUSR2 );
if ( status != -1 )
printf( "status = %d\n", status );