diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-01-12 20:01:46 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-01-12 20:01:46 -0800 |
commit | dfe11a137c2bd33bfe2824a2dc218cf8dbc60aba (patch) | |
tree | ac5b4c546637c0335ecbf7ff1933f186aaad895b /conform/data | |
parent | 505cf2c00a0b43819f2b90069b42ace79034290d (diff) | |
download | glibc-dfe11a137c2bd33bfe2824a2dc218cf8dbc60aba.tar.gz glibc-dfe11a137c2bd33bfe2824a2dc218cf8dbc60aba.tar.xz glibc-dfe11a137c2bd33bfe2824a2dc218cf8dbc60aba.zip |
Fix up grp.h for XPG7.
Diffstat (limited to 'conform/data')
-rw-r--r-- | conform/data/inttypes.h-data | 4 |
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* |