summaryrefslogtreecommitdiff
path: root/misc/ualarm.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/ualarm.c')
-rw-r--r--misc/ualarm.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/ualarm.c b/misc/ualarm.c
index c6b097270f..510198a56a 100644
--- a/misc/ualarm.c
+++ b/misc/ualarm.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -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;