libc: update to a recent newlib version.
This commit is contained in:
parent
36fca51b2b
commit
6bbd7bb11e
77 changed files with 4496 additions and 9989 deletions
12
libc/xtensa-lx106-elf/include/xlocale.h
Normal file
12
libc/xtensa-lx106-elf/include/xlocale.h
Normal 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 */
|
||||
Loading…
Add table
Add a link
Reference in a new issue