]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdlib/jrand48.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / stdlib / jrand48.c
index 63683d75c47979c570449190b2efe9d18312bd5e..988ef64b7707642f66021ff8187e76048d6c5cc2 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1995-2019 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,8 +20,7 @@
 
 
 long int
-jrand48 (xsubi)
-     unsigned short int xsubi[3];
+jrand48 (unsigned short int xsubi[3])
 {
   long int result;