diff options
| author | Edwin Groothuis <edwin@FreeBSD.org> | 2009-10-31 06:35:40 +0000 |
|---|---|---|
| committer | Edwin Groothuis <edwin@FreeBSD.org> | 2009-10-31 06:35:40 +0000 |
| commit | 05edd60be4d7d6ca84139790e90a061945904cd3 (patch) | |
| tree | f95c83a65d0a6b89dda89b64c924856b92edaae8 /include | |
| parent | e22a16d5d30126cdefa97f958dc00766d602b5d8 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/langinfo.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/langinfo.h b/include/langinfo.h index 59b50f9ce34c..6d6b95f2cc4e 100644 --- a/include/langinfo.h +++ b/include/langinfo.h @@ -114,6 +114,20 @@ typedef __nl_item nl_item; #define D_MD_ORDER 57 /* month/day order (local extension) */ #endif +/* standalone months forms for %OB */ +#define ALTMON_1 58 +#define ALTMON_2 59 +#define ALTMON_3 60 +#define ALTMON_4 61 +#define ALTMON_5 62 +#define ALTMON_6 63 +#define ALTMON_7 64 +#define ALTMON_8 65 +#define ALTMON_9 66 +#define ALTMON_10 67 +#define ALTMON_11 68 +#define ALTMON_12 69 + __BEGIN_DECLS char *nl_langinfo(nl_item); __END_DECLS |
