aboutsummaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-02-13 07:20:53 +0000
committerUlrich Drepper <drepper@redhat.com>2000-02-13 07:20:53 +0000
commit8009efe4de0e66da2fc645834a3ed663ea0a9c16 (patch)
tree4930e9ffd2a692cd2400a252e55d679230514eee /locale
parentccf0397afcf4e4ad8f41a7f3288944d2b69accee (diff)
downloadglibc-8009efe4de0e66da2fc645834a3ed663ea0a9c16.zip
glibc-8009efe4de0e66da2fc645834a3ed663ea0a9c16.tar.gz
glibc-8009efe4de0e66da2fc645834a3ed663ea0a9c16.tar.bz2
Add _NL_CTYPE_TOUPPER32_EB, _NL_CTYPE_TOLOWER32_EB,
_NL_CTYPE_TOUPPER32_EL, and _NL_CTYPE_TOLOWER32_EL.
Diffstat (limited to 'locale')
-rw-r--r--locale/langinfo.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/locale/langinfo.h b/locale/langinfo.h
index b36db87..8a4c5f6 100644
--- a/locale/langinfo.h
+++ b/locale/langinfo.h
@@ -1,5 +1,5 @@
/* Access to locale-dependent parameters.
- Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1995-1999, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -209,6 +209,10 @@ enum
_NL_CTYPE_CODESET_NAME,
CODESET = _NL_CTYPE_CODESET_NAME,
#define CODESET CODESET
+ _NL_CTYPE_TOUPPER32_EB,
+ _NL_CTYPE_TOLOWER32_EB,
+ _NL_CTYPE_TOUPPER32_EL,
+ _NL_CTYPE_TOLOWER32_EL,
_NL_NUM_LC_CTYPE,
/* LC_MONETARY category: formatting of monetary quantities.