diff options
Diffstat (limited to 'wcsmbs')
-rw-r--r-- | wcsmbs/wchar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wcsmbs/wchar.h b/wcsmbs/wchar.h index d9ff631fcb..be27dbc622 100644 --- a/wcsmbs/wchar.h +++ b/wcsmbs/wchar.h @@ -325,7 +325,7 @@ extern float wcstof __P ((__const wchar_t *__restrict __nptr, wchar_t **__restrict __endptr)); extern __long_double_t wcstold __P ((__const wchar_t *__restrict __nptr, wchar_t **__restrict __endptr)); -#endif /* GNU */ +#endif /* C9x */ /* Convert initial portion of wide string NPTR to `long int' |