mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
Add __ucmpdi2 prototype to quelch a warning.
This commit is contained in:
parent
a3671bc8c8
commit
aac61d609c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69727
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user