Add __ucmpdi2 prototype to quelch a warning.

This commit is contained in:
Poul-Henning Kamp 2000-12-07 22:28:20 +00:00
parent a3671bc8c8
commit aac61d609c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69727

View File

@ -102,6 +102,7 @@ quad_t __moddi3 __P((quad_t a, quad_t b));
u_quad_t __qdivrem __P((u_quad_t u, u_quad_t v, u_quad_t *rem));
u_quad_t __udivdi3 __P((u_quad_t a, u_quad_t b));
u_quad_t __umoddi3 __P((u_quad_t a, u_quad_t b));
int __ucmpdi2 __P((u_quad_t a, u_quad_t b));
/*
* XXX