Skip to content

Commit

Permalink
Merge pull request #1207 from Dennisbonke/nvme-cli
Browse files Browse the repository at this point in the history
options/ansi: Define LC_MEASUREMENT_MASK
  • Loading branch information
Dennisbonke authored Dec 24, 2024
2 parents 5c512e9 + c9f5b3d commit 64be7f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions options/ansi/include/locale.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#define LC_COLLATE_MASK (1<<LC_COLLATE)
#define LC_MONETARY_MASK (1<<LC_MONETARY)
#define LC_MESSAGES_MASK (1<<LC_MESSAGES)
#define LC_MEASUREMENT_MASK (1<<LC_MEASUREMENT)
#define LC_ALL_MASK 0x7FFFFFFF

#ifdef __cplusplus
Expand Down

0 comments on commit 64be7f4

Please sign in to comment.