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

@ -0,0 +1,12 @@
/* Definition of opaque POSIX-1.2008 type locale_t for userspace. */
#ifndef _XLOCALE_H
#define _XLOCALE_H
#include <newlib.h>
#include <sys/config.h>
struct __locale_t;
typedef struct __locale_t *locale_t;
#endif /* _XLOCALE_H */