summaryrefslogtreecommitdiff
path: root/include/sys/bitypes.h
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-05-14 04:19:43 +0000
committerErik Andersen <andersen@codepoet.org>2000-05-14 04:19:43 +0000
commite9efa23ae121c8976e5dc2bbcf29e029b5087e76 (patch)
tree55c9bdfec6626bdcb4fa81548a6177b28d8ee223 /include/sys/bitypes.h
parent64bc6412188b141c010ac3b8e813b837dd991e80 (diff)
Patch from "D. Jeff Dionne / VE3DJF" <jeff@rt-control.com>
to allow uC-libc to compile under x86. -Erik
Diffstat (limited to 'include/sys/bitypes.h')
-rw-r--r--include/sys/bitypes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sys/bitypes.h b/include/sys/bitypes.h
index e2ac0ab45..ec7781a9d 100644
--- a/include/sys/bitypes.h
+++ b/include/sys/bitypes.h
@@ -83,12 +83,12 @@
typedef unsigned short u_int16_t;
typedef int int32_t;
typedef unsigned int u_int32_t;
-
+#if 0
# if __GNUC__ >= 2 && !defined(__STRICT_ANSI__)
typedef long long int64_t;
typedef unsigned long long u_int64_t;
# endif
-
+#endif
#endif /* __BIT_TYPES_DEFINED__ */
/* #endif __USE_BSD */