summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/psxtests/ChangeLog1
-rw-r--r--testsuites/psxtests/psxhdrs/signal23.c3
2 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog
index 48a6cd6229..364f994b74 100644
--- a/testsuites/psxtests/ChangeLog
+++ b/testsuites/psxtests/ChangeLog
@@ -1,5 +1,6 @@
2011-10-13 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * psxhdrs/signal23.c: Add comment to denote test as obsolete.
* configure.ac: Check for size of mode_t.
* psxfile01/test.c, psxstat/test.c: Include "primode.h".
Use PRIomode_t to print mode_t.
diff --git a/testsuites/psxtests/psxhdrs/signal23.c b/testsuites/psxtests/psxhdrs/signal23.c
index 80217da888..a7e7a48e76 100644
--- a/testsuites/psxtests/psxhdrs/signal23.c
+++ b/testsuites/psxtests/psxhdrs/signal23.c
@@ -18,6 +18,9 @@
#include <signal.h>
+/* FIXME: POSIX.1-2001 marks ualarm() as obsolete.
+ * POSIX.1-2008 removes the specification of ualarm(). */
+
useconds_t _EXFUN(ualarm, (useconds_t __useconds, useconds_t __interval));
void test( void );