summaryrefslogtreecommitdiff
path: root/stdlib/jrand48.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/jrand48.c')
-rw-r--r--stdlib/jrand48.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/stdlib/jrand48.c b/stdlib/jrand48.c
index 63683d75c4..d593968f64 100644
--- a/stdlib/jrand48.c
+++ b/stdlib/jrand48.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995-2015 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,8 +20,7 @@
long int
-jrand48 (xsubi)
- unsigned short int xsubi[3];
+jrand48 (unsigned short int xsubi[3])
{
long int result;