]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - locale/langinfo.h
update from main archive
[thirdparty/glibc.git] / locale / langinfo.h
index 82bd51024aa56218c386f433512afc36c8a21c8a..4df8df7a45ba199df6da106a05570c095ebefc0d 100644 (file)
@@ -101,6 +101,8 @@ typedef enum
   ERA_D_T_FMT,                 /* Date and time in alternate era format.  */
   ERA_T_FMT,                   /* Time in alternate era format.  */
 
+  _NL_TIME_NUM_ALT_DIGITS,     /* Number entries in the alt_digits arrays.  */
+
   _NL_TIME_ERA_NUM_ENTRIES,    /* Number entries in the era arrays.  */
   _NL_TIME_ERA_ENTRIES_EB,     /* Structure with era entries in usable form.*/
   _NL_TIME_ERA_ENTRIES_EL,