libc: update to a recent newlib version.

This commit is contained in:
Our Air Quality 2017-04-13 13:52:05 +10:00 committed by Erwin Boskma
parent 36fca51b2b
commit 6bbd7bb11e
No known key found for this signature in database
GPG key ID: 1C79B2FD5FD63533
77 changed files with 4496 additions and 9989 deletions

View file

@ -3,9 +3,10 @@
#ifdef __cplusplus
extern "C" {
#endif
#include <sys/cdefs.h>
#include <sys/dirent.h>
#if !defined(MAXNAMLEN) && !defined(_POSIX_SOURCE)
#if !defined(MAXNAMLEN) && __BSD_VISIBLE
#define MAXNAMLEN 1024
#endif