mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:07:45 +00:00
LibC: Remove FIXME spam in setlocale()
This commit is contained in:
parent
95064f8b58
commit
3c7782fdbe
1 changed files with 1 additions and 2 deletions
|
@ -65,9 +65,8 @@ static struct lconv default_locale = {
|
|||
default_empty_value
|
||||
};
|
||||
|
||||
char* setlocale(int category, const char* locale)
|
||||
char* setlocale(int, const char*)
|
||||
{
|
||||
dbgln("FIXME(LibC): setlocale({}, '{}')", category, locale);
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue