Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/common/lib/libc/quad Add long double prototypes.



details:   https://anonhg.NetBSD.org/src/rev/2733bec7aeb8
branches:  trunk
changeset: 767096:2733bec7aeb8
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Jul 09 02:36:01 2011 +0000

description:
Add long double prototypes.

diffstat:

 common/lib/libc/quad/quad.h |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 924701da7da5 -r 2733bec7aeb8 common/lib/libc/quad/quad.h
--- a/common/lib/libc/quad/quad.h       Sat Jul 09 02:30:27 2011 +0000
+++ b/common/lib/libc/quad/quad.h       Sat Jul 09 02:36:01 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: quad.h,v 1.3 2011/07/04 11:22:39 mrg Exp $     */
+/*     $NetBSD: quad.h,v 1.4 2011/07/09 02:36:01 matt Exp $    */
 
 /*-
  * Copyright (c) 1992, 1993
@@ -116,12 +116,16 @@
 quad_t __ashrdi3 __P((quad_t, qshift_t));
 int __cmpdi2 __P((quad_t, quad_t));
 quad_t __divdi3 __P((quad_t, quad_t));
+quad_t __fixtfdi __P((long double));
 quad_t __fixdfdi __P((double));
 quad_t __fixsfdi __P((float));
+u_quad_t __fixunstfdi __P((long double));
 u_quad_t __fixunsdfdi __P((double));
 u_quad_t __fixunssfdi __P((float));
+long double __floatditf __P((quad_t));
 double __floatdidf __P((quad_t));
 float __floatdisf __P((quad_t));
+long double __floatunditf __P((u_quad_t));
 double __floatundidf __P((u_quad_t));
 float __floatundisf __P((u_quad_t));
 quad_t __iordi3 __P((quad_t, quad_t));



Home | Main Index | Thread Index | Old Index