1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 04:37:44 +00:00

LibC: Add definition for LC_MESSAGES

This commit is contained in:
Gunnar Beutner 2021-05-08 04:49:21 +02:00 committed by Andreas Kling
parent fc2ddd5843
commit 7fea58c4f1

View file

@ -17,6 +17,7 @@ enum {
LC_COLLATE,
LC_TIME,
LC_MONETARY,
LC_MESSAGES,
};
struct lconv {