summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-30 13:26:25 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-30 13:26:25 +0000
commit22397d3d35b4bcc519c972ddc38a8dccd8439879 (patch)
tree6e2c149013d20761ab920a48b4bdcd7d5b808ec7 /testsuites
parent2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-22397d3d35b4bcc519c972ddc38a8dccd8439879.tar.bz2
Remove __P (unused anachronism).
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,