libc: update to upstream master.

This commit is contained in:
Our Air Quality 2017-09-21 21:46:20 +10:00 committed by Erwin Boskma
parent 754bdaaed0
commit 54a3c4b4e3
No known key found for this signature in database
GPG key ID: 1C79B2FD5FD63533
19 changed files with 281 additions and 24 deletions

View file

@ -170,6 +170,10 @@
#define __IEEE_LITTLE_ENDIAN
#endif
#ifdef __riscv
#define __IEEE_LITTLE_ENDIAN
#endif
#ifdef __i960__
#define __IEEE_LITTLE_ENDIAN
#endif