summaryrefslogtreecommitdiff
path: root/stdlib/lldiv.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/lldiv.c')
-rw-r--r--stdlib/lldiv.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/stdlib/lldiv.c b/stdlib/lldiv.c
index 4a8a870862..b213e7d618 100644
--- a/stdlib/lldiv.c
+++ b/stdlib/lldiv.c
@@ -1,5 +1,5 @@
/* `long long int' divison with remainder.
- Copyright (C) 1992-2015 Free Software Foundation, Inc.
+ Copyright (C) 1992-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -21,9 +21,7 @@
/* Return the `lldiv_t' representation of NUMER over DENOM. */
lldiv_t
-lldiv (numer, denom)
- long long int numer;
- long long int denom;
+lldiv (long long int numer, long long int denom)
{
lldiv_t result;