define LONG_MAX via arch alltypes.h, strip down bits/limits.h
[oweals/musl.git] / arch / i386 / bits / alltypes.h.in
index 95491e4b8473848a3db60303d513644ad39b333d..6f6340097f8c701ed945f7c8cf1f41e301e1fa03 100644 (file)
@@ -3,6 +3,7 @@
 #define _Reg int
 
 #define __BYTE_ORDER 1234
+#define __LONG_MAX 0x7fffffffL
 
 #ifndef __cplusplus
 #ifdef __WCHAR_TYPE__