mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibC: Add definition for LC_MESSAGES
This commit is contained in:
parent
fc2ddd5843
commit
7fea58c4f1
Notes:
sideshowbarker
2024-07-18 18:30:05 +09:00
Author: https://github.com/gunnarbeutner
Commit: 7fea58c4f1
Pull-request: https://github.com/SerenityOS/serenity/pull/6959
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ enum {
|
|||
LC_COLLATE,
|
||||
LC_TIME,
|
||||
LC_MONETARY,
|
||||
LC_MESSAGES,
|
||||
};
|
||||
|
||||
struct lconv {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue