summaryrefslogtreecommitdiff
path: root/stdlib/div.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/div.c')
-rw-r--r--stdlib/div.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/stdlib/div.c b/stdlib/div.c
index f0c6da2f21..78d508638b 100644
--- a/stdlib/div.c
+++ b/stdlib/div.c
@@ -1,4 +1,4 @@
-/* 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
@@ -51,8 +51,7 @@
/* Return the `div_t' representation of NUMER over DENOM. */
div_t
-div (numer, denom)
- int numer, denom;
+div (int numer, int denom)
{
div_t result;