]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdlib/mrand48_r.c
hurd: Fix build
[thirdparty/glibc.git] / stdlib / mrand48_r.c
index f0f885c06693b9bf5e6835ad4437abe71f67fa6c..4e3621049df76aa5771f70a96c27423e6cf5a1d7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995-2015 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.
 
@@ -19,9 +19,7 @@
 #include <stdlib.h>
 
 int
-mrand48_r (buffer, result)
-     struct drand48_data *buffer;
-     long int *result;
+mrand48_r (struct drand48_data *buffer, long int *result)
 {
   /* Be generous for the arguments, detect some errors.  */
   if (buffer == NULL)