obj/include/bits/alltypes.h:273:72: error: '__BYTE_ORDER' undeclared here (not in a function) struct timespec { time_t tv_sec; int :8*(sizeof(time_t)-sizeof(long))*(__BYTE_ORDER==4321); long tv_nsec; int :8*(sizeof(time_t)-sizeof(long))*(__BYTE_ORDER!=4321); }; ^
../arch/k1om/bits/limits.h:7:0: warning: "LONG_MAX" redefined #define LONG_MAX 0x7fffffffffffffffL ^ In file included from ../src/internal/libc.h:6:0, from ../crt/crt1.c:2, from ../crt/Scrt1.c:1: ../include/limits.h:29:0: note: this is the location of the previous definition #define LONG_MAX __LONG_MAX ^
obj/include/bits/alltypes.h:273:72: error: '__BYTE_ORDER' undeclared here (not in a function) struct timespec { time_t tv_sec; int :8*(sizeof(time_t)-sizeof(long))*(__BYTE_ORDER==4321); long tv_nsec; int :8*(sizeof(time_t)-sizeof(long))*(__BYTE_ORDER!=4321); }; ^../arch/k1om/bits/limits.h:7:0: warning: "LONG_MAX" redefined #define LONG_MAX 0x7fffffffffffffffL ^ In file included from ../src/internal/libc.h:6:0, from ../crt/crt1.c:2, from ../crt/Scrt1.c:1: ../include/limits.h:29:0: note: this is the location of the previous definition #define LONG_MAX __LONG_MAX ^