2011-10-13 Ralf Corsépius <ralf.corsepius@rtems.org>

* psxhdrs/signal23.c: Add comment to denote test as obsolete.
This commit is contained in:
Ralf Corsepius
2011-10-13 17:20:11 +00:00
parent c1b890c8bd
commit 03e0d9aa7f
2 changed files with 4 additions and 0 deletions

View File

@@ -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.

View File

@@ -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 );