summaryrefslogtreecommitdiff
path: root/test/misc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-05-05 22:50:19 -0700
committerKhem Raj <raj.khem@gmail.com>2010-05-09 22:53:25 -0700
commite3dec33ba03ef7080a39444388a01e59135bb3aa (patch)
tree9693449a78a556a91ddba349116d9c988399071a /test/misc
parentd2ab6ee38dd6ef107bac77f485ab1bb35b177e6c (diff)
powerpc: Add TLS and NPTL support
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'test/misc')
-rw-r--r--test/misc/opendir-tst1.c2
-rw-r--r--test/misc/tst-utmp.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/misc/opendir-tst1.c b/test/misc/opendir-tst1.c
index 983d4b482..302158d0e 100644
--- a/test/misc/opendir-tst1.c
+++ b/test/misc/opendir-tst1.c
@@ -92,4 +92,4 @@ do_cleanup (void)
/* Include the test skeleton. */
-#include <test-skeleton.c>
+#include "../test-skeleton.c"
diff --git a/test/misc/tst-utmp.c b/test/misc/tst-utmp.c
index 12a208855..06ba1409b 100644
--- a/test/misc/tst-utmp.c
+++ b/test/misc/tst-utmp.c
@@ -50,7 +50,7 @@ static void do_prepare (int argc, char *argv[]);
#define PREPARE do_prepare
/* This defines the `main' function and some more. */
-#include <test-skeleton.c>
+#include "../test-skeleton.c"
/* These are for the temporary file we generate. */