Files
rtems/testsuites/psxtests/psxenosys/psxenosys.scn
T
Joel Sherrill 4a105192af 2009-07-03 Joel Sherrill <joel.sherrill@OARcorp.com>
* psxenosys/init.c, psxenosys/psxenosys.scn: Add test of vfork stub.
2009-07-03 20:08:22 +00:00

35 lines
861 B
Plaintext

*** POSIX TEST -- ENOSYS ***
aio_read -- ENOSYS
aio_write -- ENOSYS
lio_listio -- ENOSYS
aio_error -- ENOSYS
aio_return -- ENOSYS
aio_cancel -- ENOSYS
aio_suspend -- ENOSYS
aio_fsync -- ENOSYS
clock_getcpuclockid -- ENOSYS
clock_getenable_attr -- ENOSYS
clock_setenable_attr -- ENOSYS
clock_gettime - CLOCK_THREAD_CPUTIME -- ENOSYS
clock_settime - CLOCK_PROCESS_CPUTIME -- ENOSYS
clock_settime - CLOCK_THREAD_CPUTIME -- ENOSYS
devctl -- ENOSYS
execl -- ENOSYS
execle -- ENOSYS
execlp -- ENOSYS
execv -- ENOSYS
execve -- ENOSYS
execvp -- ENOSYS
fork -- ENOSYS
pthread_atfork -- ENOSYS
pthread_getcpuclockid -- ENOSYS
sched_setparam -- ENOSYS
sched_getparam -- ENOSYS
sched_setscheduler -- ENOSYS
sched_getscheduler -- ENOSYS
wait -- ENOSYS
waitpid -- ENOSYS
mprotect -- stub implementation - OK
vfork -- stub implementation - OK
*** END OF POSIX TEST ENOSYS ***