]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdlib/drand48.c
hurd: Fix build
[thirdparty/glibc.git] / stdlib / drand48.c
index 9b54e4bc0db1eca12c6da1dc80830be9a7a3de38..e88753ee4d2ef20c18593d3f7cc4e03cd41a93e0 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995,1996,1997,1998,2001,2002 Free Software Foundation, Inc.
+/* Copyright (C) 1995-2018 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 @@
 
 
 double
-drand48 ()
+drand48 (void)
 {
   double result;