summaryrefslogtreecommitdiff
path: root/misc/usleep.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/usleep.c')
-rw-r--r--misc/usleep.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/usleep.c b/misc/usleep.c
index a28b77c22b..2e61362526 100644
--- a/misc/usleep.c
+++ b/misc/usleep.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
@@ -20,8 +20,7 @@
/* Sleep USECONDS microseconds, or until a previously set timer goes off. */
int
-usleep (useconds)
- useconds_t useconds;
+usleep (useconds_t useconds)
{
__set_errno (ENOSYS);
return -1;