summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-08-13 14:47:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-08-13 14:47:52 +0000
commit0d59c7a81ffe9fe0fe901ad2dd7d5b9fc8e1040b (patch)
tree3fc157486ae870d2056a35c902cc61427838213e /testsuites/psxtests
parentnanosleep now returns -1 and EINTR when a signal interrupts EINTR. (diff)
downloadrtems-0d59c7a81ffe9fe0fe901ad2dd7d5b9fc8e1040b.tar.bz2
added include of errno.h so the test can check for EINTR.
Diffstat (limited to 'testsuites/psxtests')
-rw-r--r--testsuites/psxtests/psx02/system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/psxtests/psx02/system.h b/testsuites/psxtests/psx02/system.h
index 2d0d07b32c..765abc2766 100644
--- a/testsuites/psxtests/psx02/system.h
+++ b/testsuites/psxtests/psx02/system.h
@@ -17,6 +17,7 @@
/* functions */
#include <pmacros.h>
+#include <errno.h>
void *POSIX_Init(
void *argument