]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - misc/usleep.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / misc / usleep.c
index a28b77c22bbc37a60725823175e2d6b91ab8bede..6f96f556525279d8ec8bd59dc94c83e57d6099e4 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2017 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;