summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxreaddir/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxreaddir/test.c')
-rw-r--r--testsuites/psxtests/psxreaddir/test.c4
1 files changed, 0 insertions, 4 deletions
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,