chiark / gitweb /
[PATCH] sync with latest version of klibc (0.107)
[elogind.git] / klibc / klibc / include / stdint.h
index 2022a30fd7361dfa6db2491a0435bb05760c1cb0..47fec18594d9d453379f006e95aa3dd318ff442d 100644 (file)
@@ -110,4 +110,7 @@ typedef uint64_t uintmax_t;
 
 #endif
 
+/* Keep the kernel from trying to define these types... */
+#define __BIT_TYPES_DEFINED__
+
 #endif /* _STDINT_H */