summaryrefslogtreecommitdiff
path: root/stdlib/seed48.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/seed48.c')
-rw-r--r--stdlib/seed48.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/stdlib/seed48.c b/stdlib/seed48.c
index 4e7f5b7e8a..9750232954 100644
--- a/stdlib/seed48.c
+++ b/stdlib/seed48.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 @@
unsigned short int *
-seed48 (seed16v)
- unsigned short int seed16v[3];
+seed48 (unsigned short int seed16v[3])
{
(void) __seed48_r (seed16v, &__libc_drand48_data);