/* $NetBSD: eqtf2.c,v 1.1 2011/01/17 10:08:35 matt Exp $ */ /* * Written by Matt Thomas, 2011. This file is in the Public Domain. */ #include #if defined(LIBC_SCCS) && !defined(lint) __RCSID("$NetBSD: eqtf2.c,v 1.1 2011/01/17 10:08:35 matt Exp $"); #endif /* LIBC_SCCS and not lint */ #include "softfloat-for-gcc.h" #include "milieu.h" #include "softfloat.h" #ifdef FLOAT128 flag __eqtf2(float128, float128); flag __eqtf2(float128 a, float128 b) { /* libgcc1.c says !(a == b) */ return !float128_eq(a, b); } #endif /* FLOAT128 */ input type='hidden' name='id' value='8a388d3ec5e00b6871cec94dea8be89818cb043e'/> NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/lib/libcurses/curses_underscore.3
AgeCommit message (Expand)Author
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2003-04-16Usewiz
2002-10-21Punctuation fixes.wiz
2002-10-21Drop trailing whitespace.wiz
2002-10-21Added separate man pages for curses functions to provide betterblymn