summaryrefslogtreecommitdiff
path: root/stdlib/srand48.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/srand48.c')
-rw-r--r--stdlib/srand48.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/stdlib/srand48.c b/stdlib/srand48.c
index 8be470ba1f..013e11300a 100644
--- a/stdlib/srand48.c
+++ b/stdlib/srand48.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 @@
void
-srand48 (seedval)
- long seedval;
+srand48 (long seedval)
{
(void) __srand48_r (seedval, &__libc_drand48_data);
}