mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibC: Remove FIXME spam in setlocale()
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user