summaryrefslogtreecommitdiff
path: root/stdlib
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/div.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/stdlib/div.c b/stdlib/div.c
index f0c6da2f21..5ce4a496cf 100644
--- a/stdlib/div.c
+++ b/stdlib/div.c
@@ -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;