summaryrefslogtreecommitdiffstats
path: root/lib/libc/quad/quad.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/quad/quad.h')
-rw-r--r--lib/libc/quad/quad.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/quad/quad.h b/lib/libc/quad/quad.h
index 65f0f12..fd1f5cc 100644
--- a/lib/libc/quad/quad.h
+++ b/lib/libc/quad/quad.h
@@ -96,11 +96,11 @@ union uu {
#define LHALF(x) ((x) & ((1 << HALF_BITS) - 1))
#define LHUP(x) ((x) << HALF_BITS)
-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));
+quad_t __divdi3(quad_t a, quad_t b);
+quad_t __moddi3(quad_t a, quad_t b);
+u_quad_t __qdivrem(u_quad_t u, u_quad_t v, u_quad_t *rem);
+u_quad_t __udivdi3(u_quad_t a, u_quad_t b);
+u_quad_t __umoddi3(u_quad_t a, u_quad_t b);
/*
* XXX
OpenPOWER on IntegriCloud