summaryrefslogtreecommitdiff
path: root/stdlib/longlong.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-12-21 16:25:25 +0000
committerUlrich Drepper <drepper@redhat.com>1999-12-21 16:25:25 +0000
commitf16d401988a32de982e2ba8054f14b1fb94f2000 (patch)
tree78e572cf7d3e009d7f7480e70b77acdb9f6d5342 /stdlib/longlong.h
parente134f08ac100515acbc1dc54a4e9415fab082ae4 (diff)
Update.
1999-12-21 Andreas Schwab <schwab@suse.de> * include/unistd.h: Declare __libc_lseek. 1999-12-21 Andreas Jaeger <aj@suse.de> * stdlib/longlong.h: Remove __P.
Diffstat (limited to 'stdlib/longlong.h')
-rw-r--r--stdlib/longlong.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/longlong.h b/stdlib/longlong.h
index a2e56c4c67..6d349e2b3a 100644
--- a/stdlib/longlong.h
+++ b/stdlib/longlong.h
@@ -168,7 +168,7 @@
(q) = __udiv_qrnnd (&__r, (n1), (n0), (d)); \
(r) = __r; \
} while (0)
-extern UDItype __udiv_qrnnd __P ((UDItype *, UDItype, UDItype, UDItype));
+extern UDItype __udiv_qrnnd (UDItype *, UDItype, UDItype, UDItype);
#define UDIV_TIME 220
#endif /* LONGLONG_STANDALONE */
#endif /* __alpha */