mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:07:36 +00:00
Some compat work towards making GCC's libstdc++ build.
This commit is contained in:
parent
93c0dfd1d7
commit
0b957ed2b1
9 changed files with 120 additions and 11 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
enum {
|
||||
LC_ALL,
|
||||
LC_NUMERIC,
|
||||
|
@ -9,8 +11,10 @@ enum {
|
|||
LC_COLLATE,
|
||||
};
|
||||
|
||||
__BEGIN_DECLS
|
||||
struct lconv {
|
||||
};
|
||||
|
||||
struct lconv* localeconv();
|
||||
char* setlocale(int category, const char* locale);
|
||||
|
||||
__END_DECLS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue