summaryrefslogtreecommitdiffstats
path: root/lib/libc/quad
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-26 13:25:13 +0000
committerbde <bde@FreeBSD.org>1995-12-26 13:25:13 +0000
commit6a0ace8bd06c07596749965bccd76d8a1f0e4605 (patch)
tree841e8d2f38cd6de07ba51b21a6438e594a45a49e /lib/libc/quad
parent30090aa28185845e494b2c39942fc8e845fdfb28 (diff)
downloadFreeBSD-src-6a0ace8bd06c07596749965bccd76d8a1f0e4605.zip
FreeBSD-src-6a0ace8bd06c07596749965bccd76d8a1f0e4605.tar.gz
Added prototypes.
Diffstat (limited to 'lib/libc/quad')
-rw-r--r--lib/libc/quad/quad.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/quad/quad.h b/lib/libc/quad/quad.h
index bc6a2f8..873a1f6 100644
--- a/lib/libc/quad/quad.h
+++ b/lib/libc/quad/quad.h
@@ -35,6 +35,7 @@
* SUCH DAMAGE.
*
* @(#)quad.h 8.1 (Berkeley) 6/4/93
+ * $Id$
*/
/*
@@ -95,7 +96,11 @@ union uu {
#define LHALF(x) ((x) & ((1 << HALF_BITS) - 1))
#define LHUP(x) ((x) << HALF_BITS)
-extern u_quad_t __qdivrem __P((u_quad_t u, u_quad_t v, u_quad_t *rem));
+quad_t __divdi3 __P((quad_t a, quad_t b));
+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));
/*
* XXX
OpenPOWER on IntegriCloud