aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--stdlib/longlong.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a8aa0dd48c..a2a89f48e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2002-09-29 Jakub Jelinek <jakub@redhat.com>
+ * stdlib/longlong.h (__udiv_qrnnd): Remove PARAMS from prototype.
+
+2002-09-29 Jakub Jelinek <jakub@redhat.com>
+
* sysdeps/unix/sysv/linux/sparc/sysdep.h (inline_syscall0): Make asm
volatile.
(inline_syscall1, inline_syscall2, inline_syscall3, inline_syscall4,
diff --git a/stdlib/longlong.h b/stdlib/longlong.h
index 476f36474f..cd1e30ed2e 100644
--- a/stdlib/longlong.h
+++ b/stdlib/longlong.h
@@ -126,7 +126,7 @@
(q) = __udiv_qrnnd (&__r, (n1), (n0), (d)); \
(r) = __r; \
} while (0)
-extern UDItype __udiv_qrnnd PARAMS ((UDItype *, UDItype, UDItype, UDItype));
+extern UDItype __udiv_qrnnd (UDItype *, UDItype, UDItype, UDItype);
#define UDIV_TIME 220
#endif /* LONGLONG_STANDALONE */
#ifdef __alpha_cix__