summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/strtod.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2006-10-12 01:49:34 +0000
committerderaadt <deraadt@openbsd.org>2006-10-12 01:49:34 +0000
commit5589a36b576aa5e577a538988a05a5668c83890d (patch)
tree3e7d34c60ea217d56ce59eb938e6ba01d027b725 /lib/libc/stdlib/strtod.c
parentregen (diff)
downloadwireguard-openbsd-5589a36b576aa5e577a538988a05a5668c83890d.tar.xz
wireguard-openbsd-5589a36b576aa5e577a538988a05a5668c83890d.zip
use __amd64__ instead, until lint is fixed
Diffstat (limited to 'lib/libc/stdlib/strtod.c')
-rw-r--r--lib/libc/stdlib/strtod.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/strtod.c b/lib/libc/stdlib/strtod.c
index 98a49e570f2..27c08103a68 100644
--- a/lib/libc/stdlib/strtod.c
+++ b/lib/libc/stdlib/strtod.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: strtod.c,v 1.25 2006/10/12 00:27:47 deraadt Exp $ */
+/* $OpenBSD: strtod.c,v 1.26 2006/10/12 01:49:34 deraadt Exp $ */
/****************************************************************
*
* The author of this software is David M. Gay.
@@ -92,7 +92,7 @@
#if defined(__m68k__) || defined(__sparc__) || defined(__i386__) || \
defined(__mips__) || defined(__ns32k__) || defined(__alpha__) || \
defined(__powerpc__) || defined(__m88k__) || defined(__hppa__) || \
- defined(__x86_64__) || defined(__sh__) || \
+ defined(__amd64__) || defined(__sh__) || \
(defined(__arm__) && defined(__VFP_FP__))
#include <sys/types.h>