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
commit 7fea58c4f1
Notes: sideshowbarker 2024-07-18 18:30:05 +09:00

View file

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