From 03e0d9aa7f3d838395ee86d78fadf7854aba19d3 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 13 Oct 2011 17:20:11 +0000 Subject: =?UTF-8?q?2011-10-13=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * psxhdrs/signal23.c: Add comment to denote test as obsolete. --- testsuites/psxtests/ChangeLog | 1 + testsuites/psxtests/psxhdrs/signal23.c | 3 +++ 2 files changed, 4 insertions(+) (limited to 'testsuites') 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 + * 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 +/* 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 ); -- cgit v1.2.3