/* $NetBSD: gtdf2.c,v 1.1 2000/06/06 08:15:05 bjh21 Exp $ */ /* * Written by Ben Harris, 2000. This file is in the Public Domain. */ #include "softfloat-for-gcc.h" #include "milieu.h" #include "softfloat.h" #include #if defined(LIBC_SCCS) && !defined(lint) __RCSID("$NetBSD: gtdf2.c,v 1.1 2000/06/06 08:15:05 bjh21 Exp $"); #endif /* LIBC_SCCS and not lint */ flag __gtdf2(float64, float64); flag __gtdf2(float64 a, float64 b) { /* libgcc1.c says a > b */ return float64_lt(b, a); } onchange='this.form.submit();'> NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/crypto/dist/openssl/VMS
AgeCommit message (Expand)Author
2009-07-20Don't lets this linger around forever. Causes hidden bugs.christos
2005-11-25from http://www.openssl.org/sourcechristos
2005-03-25import openssl-0.9.7f from ftp.openssl.orgchristos
2003-07-24OpenSSL 0.9.7b, major API changes includeditojun