mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 22:57:34 +00:00
Various stubs while trying to get an old coreutils to build.
This commit is contained in:
parent
e440c3fa87
commit
303577df16
20 changed files with 132 additions and 23 deletions
15
LibC/locale.h
Normal file
15
LibC/locale.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
#pragma once
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
enum {
|
||||
LC_ALL,
|
||||
LC_NUMERIC,
|
||||
};
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
char* setlocale(int category, const char* locale);
|
||||
|
||||
__END_DECLS
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue