summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/psxtests/ChangeLog6
-rw-r--r--testsuites/psxtests/psxrwlock01/test.c1
-rw-r--r--testsuites/psxtests/psxspin01/test.c1
-rw-r--r--testsuites/psxtests/psxspin02/test.c1
4 files changed, 9 insertions, 0 deletions
diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog
index 81cc6f98af..f693603afb 100644
--- a/testsuites/psxtests/ChangeLog
+++ b/testsuites/psxtests/ChangeLog
@@ -1,5 +1,11 @@
2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * psxrwlock01/test.c, psxspin01/test.c, psxspin02/test.c: Fix spacing
+ and compilation issues. Initial test build was accidentally without
+ POSIX enabled.
+
+2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
psx03/init.c, psx03/task.c, psx04/init.c, psx04/task1.c,
psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/task.c,
diff --git a/testsuites/psxtests/psxrwlock01/test.c b/testsuites/psxtests/psxrwlock01/test.c
index c704bc1284..af17da1abe 100644
--- a/testsuites/psxtests/psxrwlock01/test.c
+++ b/testsuites/psxtests/psxrwlock01/test.c
@@ -11,6 +11,7 @@
* $Id$
*/
+#include "tmacros.h"
#include <stdio.h>
#include <errno.h>
#include <stdlib.h>
diff --git a/testsuites/psxtests/psxspin01/test.c b/testsuites/psxtests/psxspin01/test.c
index 58fa904bd1..15690a80ad 100644
--- a/testsuites/psxtests/psxspin01/test.c
+++ b/testsuites/psxtests/psxspin01/test.c
@@ -11,6 +11,7 @@
* $Id$
*/
+#include "tmacros.h"
#include <stdio.h>
#include <errno.h>
#include <stdlib.h>
diff --git a/testsuites/psxtests/psxspin02/test.c b/testsuites/psxtests/psxspin02/test.c
index de605a0e83..4d99526072 100644
--- a/testsuites/psxtests/psxspin02/test.c
+++ b/testsuites/psxtests/psxspin02/test.c
@@ -11,6 +11,7 @@
* $Id$
*/
+#include "tmacros.h"
#include <stdio.h>
#include <errno.h>
#include <stdlib.h>