summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/unistd/ualarm.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-01-29 13:53:13 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-01-29 13:53:55 +0100
commit865b30279a5658837dc1c5ad9680bcf51d9cc9dc (patch)
tree89a4a3ed2893c4b5e0dde7c225ede9121d4c5896 /testsuites/psxtests/psxhdrs/unistd/ualarm.c
parentada: Introduce RTEMS.Size type (diff)
downloadrtems-865b30279a5658837dc1c5ad9680bcf51d9cc9dc.tar.bz2
Avoid Newlib-specific _EXFUN()
Diffstat (limited to '')
-rw-r--r--testsuites/psxtests/psxhdrs/unistd/ualarm.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/testsuites/psxtests/psxhdrs/unistd/ualarm.c b/testsuites/psxtests/psxhdrs/unistd/ualarm.c
index bec71d03b3..a489671fdb 100644
--- a/testsuites/psxtests/psxhdrs/unistd/ualarm.c
+++ b/testsuites/psxtests/psxhdrs/unistd/ualarm.c
@@ -14,12 +14,8 @@
#include "config.h"
#endif
-#include <signal.h>
+#include <unistd.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));
int test( void );
int test( void )