about summary refs log tree commit diff
path: root/misc/ualarm.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/ualarm.c')
-rw-r--r--misc/ualarm.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/ualarm.c b/misc/ualarm.c
index c6b097270f..43f0ca1aa4 100644
--- a/misc/ualarm.c
+++ b/misc/ualarm.c
@@ -24,9 +24,7 @@
 
    Returns the number of microseconds remaining before the alarm.  */
 useconds_t
-ualarm (value, interval)
-     useconds_t value;
-     useconds_t interval;
+ualarm (useconds_t value, useconds_t interval)
 {
   __set_errno (ENOSYS);
   return -1;