From 41f17ba4a5e603ae5360962ac9f9fda9064f554a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 24 Sep 2007 21:34:47 +0000 Subject: 2007-09-24 Joel Sherrill 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. --- testsuites/psxtests/include/pmacros.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuites/psxtests/include') 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 +#endif #include #include #include -- cgit v1.2.3