diff options
author | 1996-03-25 23:05:29 +0000 | |
---|---|---|
committer | 1996-03-25 23:05:29 +0000 | |
commit | c3dcd76ca215d6c84bdcdab19eed9b3cfba9b727 (patch) | |
tree | 95f170a6e58f89a1f9f4a93edb8b8cf0598d1269 /lib/libc | |
parent | Use __asm, not asm (diff) | |
download | wireguard-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.c | 1 |
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) { |