summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/psxtests/psxmount/test.c4
-rw-r--r--testsuites/psxtests/psxreaddir/test.c4
2 files changed, 0 insertions, 8 deletions
diff --git a/testsuites/psxtests/psxmount/test.c b/testsuites/psxtests/psxmount/test.c
index e72cb689ed..43a3e609b0 100644
--- a/testsuites/psxtests/psxmount/test.c
+++ b/testsuites/psxtests/psxmount/test.c
@@ -40,10 +40,6 @@ DIR *directory2;
DIR *directory3;
DIR *directory_not;
-#ifndef __P
-#define __P(args)()
-#endif
-
char *dnames[] = {
"a",
"b",
diff --git a/testsuites/psxtests/psxreaddir/test.c b/testsuites/psxtests/psxreaddir/test.c
index 9d187e57fe..eba7a692e1 100644
--- a/testsuites/psxtests/psxreaddir/test.c
+++ b/testsuites/psxtests/psxreaddir/test.c
@@ -36,10 +36,6 @@ DIR *directory2;
DIR *directory3;
DIR *directory_not;
-#ifndef __P
-#define __P(args)()
-#endif
-
/*
int scandir ( const char *dirname,
struct dirent *** namelist,