summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-24 21:34:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-24 21:34:47 +0000
commit41f17ba4a5e603ae5360962ac9f9fda9064f554a (patch)
tree7be92d93b0b8bc3014959ed7aec1652c1fef59b2 /testsuites/psxtests/include
parentRemove C++ comment. (diff)
downloadrtems-41f17ba4a5e603ae5360962ac9f9fda9064f554a.tar.bz2
2007-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1262/filesystem * Makefile.am, configure.ac, include/pmacros.h: Add support for readv() and writev() including documentation and test case. * psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c, psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.
Diffstat (limited to 'testsuites/psxtests/include')
-rw-r--r--testsuites/psxtests/include/pmacros.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/psxtests/include/pmacros.h b/testsuites/psxtests/include/pmacros.h
index f49cc42f91..34e84fe75e 100644
--- a/testsuites/psxtests/include/pmacros.h
+++ b/testsuites/psxtests/include/pmacros.h
@@ -5,7 +5,9 @@
#ifndef __POSIX_TEST_MACROS_h
#define __POSIX_TEST_MACROS_h
+#if defined(__rtems__)
#include <bsp.h>
+#endif
#include <pthread.h>
#include <assert.h>
#include <stdio.h>