]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdlib/lrand48.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / stdlib / lrand48.c
index e38ce91dd2b46306f904a11f35469d8f53025118..5e0caad59dd07c1bc2641f1166eb7ccffa94ac57 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995,1996,1997,1998,2001,2002 Free Software Foundation, Inc.
+/* Copyright (C) 1995-2016 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
 
@@ -20,7 +20,7 @@
 
 
 long int
-lrand48 ()
+lrand48 (void)
 {
   long int result;