From f16d401988a32de982e2ba8054f14b1fb94f2000 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 21 Dec 1999 16:25:25 +0000 Subject: Update. 1999-12-21 Andreas Schwab * include/unistd.h: Declare __libc_lseek. 1999-12-21 Andreas Jaeger * stdlib/longlong.h: Remove __P. --- stdlib/longlong.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib') 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 */ -- cgit 1.4.1