about summary refs log tree commit diff
path: root/stdlib/lldiv.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/lldiv.c')
-rw-r--r--stdlib/lldiv.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/stdlib/lldiv.c b/stdlib/lldiv.c
index 4a8a870862..979abfef79 100644
--- a/stdlib/lldiv.c
+++ b/stdlib/lldiv.c
@@ -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;