You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ^
The text was updated successfully, but these errors were encountered:
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 ^
The text was updated successfully, but these errors were encountered: