diff options
Diffstat (limited to 'newlib/libc/stdlib/div.c')
-rw-r--r-- | newlib/libc/stdlib/div.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdlib/div.c b/newlib/libc/stdlib/div.c index a780a2d..4d2ffee 100644 --- a/newlib/libc/stdlib/div.c +++ b/newlib/libc/stdlib/div.c @@ -82,7 +82,7 @@ No supporting OS subroutines are required. div_t _DEFUN (div, (num, denom), - int num _AND + int num, int denom) { div_t r; |