From: Ulrich Drepper Date: Tue, 23 Nov 1999 17:05:54 +0000 (+0000) Subject: Avoid UDIV_TIME redefinition. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f08e48e4c95a6f221cc8a2a3fe63e4dcf0ec57ce;p=thirdparty%2Fglibc.git Avoid UDIV_TIME redefinition. --- diff --git a/stdlib/longlong.h b/stdlib/longlong.h index 37ea646b34c..767053394f7 100644 --- a/stdlib/longlong.h +++ b/stdlib/longlong.h @@ -1170,7 +1170,9 @@ extern USItype __udiv_qrnnd (); #define UDIV_TIME (3+7*32) /* 7 instructions/iteration. 32 iterations. */ #else extern USItype __udiv_qrnnd __P ((USItype *, USItype, USItype, USItype)); +#ifndef UDIV_TIME #define UDIV_TIME 140 +#endif /* UDIV_TIME */ #endif /* udiv_qrnnd */ #endif /* __sparc__ */