]> sourceware.org Git - glibc.git/commitdiff
* stdlib/longlong.h (__udiv_qrnnd): Remove PARAMS from prototype.
authorRoland McGrath <roland@gnu.org>
Sun, 29 Sep 2002 12:35:09 +0000 (12:35 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 29 Sep 2002 12:35:09 +0000 (12:35 +0000)
2002-09-29  Jakub Jelinek  <jakub@redhat.com>

ChangeLog
stdlib/longlong.h

index a8aa0dd48c96876088b05343a4876a1b8cdc34fc..a2a89f48e1aeeb277ea31e80a1165a56fd22e4be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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
index 476f36474f3713d092dbc2633641c84e40d13cd8..cd1e30ed2eb1f1eae02b3cc06f13d5b828673469 100644 (file)
     (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__
This page took 0.048133 seconds and 5 git commands to generate.