summaryrefslogtreecommitdiff
path: root/conform
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-01-12 20:01:46 -0800
committerUlrich Drepper <drepper@redhat.com>2010-01-12 20:01:46 -0800
commitdfe11a137c2bd33bfe2824a2dc218cf8dbc60aba (patch)
treeac5b4c546637c0335ecbf7ff1933f186aaad895b /conform
parent505cf2c00a0b43819f2b90069b42ace79034290d (diff)
Fix up grp.h for XPG7.
Diffstat (limited to 'conform')
-rw-r--r--conform/data/inttypes.h-data4
1 files changed, 2 insertions, 2 deletions
diff --git a/conform/data/inttypes.h-data b/conform/data/inttypes.h-data
index 93e4713c95..17d2b9717a 100644
--- a/conform/data/inttypes.h-data
+++ b/conform/data/inttypes.h-data
@@ -17,8 +17,8 @@ function intmax_t imaxabs (intmax_t)
function imaxdiv_t imaxdiv (intmax_t, intmax_t)
function intmax_t strtoimax (const char*, char**, int)
function uintmax_t strtoumax (const char*, char**, int)
-function intmax_t wcstoimax (const wchar_t*, wchar_t**, int)
-function uintmax_t wcstoumax (const wchar_t*, wchar_t**, int)
+function intmax_t wcstoimax (const __gwchar_t*, __gwchar_t**, int)
+function uintmax_t wcstoumax (const __gwchar_t*, __gwchar_t**, int)
allow PRI*
allow SCN*