summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authortholo <tholo@openbsd.org>1996-03-25 23:05:29 +0000
committertholo <tholo@openbsd.org>1996-03-25 23:05:29 +0000
commitc3dcd76ca215d6c84bdcdab19eed9b3cfba9b727 (patch)
tree95f170a6e58f89a1f9f4a93edb8b8cf0598d1269 /lib/libc
parentUse __asm, not asm (diff)
downloadwireguard-openbsd-c3dcd76ca215d6c84bdcdab19eed9b3cfba9b727.tar.xz
wireguard-openbsd-c3dcd76ca215d6c84bdcdab19eed9b3cfba9b727.zip
Protect use of long long with /* LONGLONG */
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/quad/fixsfdi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/quad/fixsfdi.c b/lib/libc/quad/fixsfdi.c
index e731f516c17..11532181ddd 100644
--- a/lib/libc/quad/fixsfdi.c
+++ b/lib/libc/quad/fixsfdi.c
@@ -53,6 +53,7 @@ static char rcsid[] = "$NetBSD: fixsfdi.c,v 1.2 1995/02/27 17:29:56 cgd Exp $";
*
* N.B.: must use new ANSI syntax (sorry).
*/
+/* LONGLONG */
long long
__fixsfdi(float x)
{