diff options
| author | Holger Weiss <holger@zedat.fu-berlin.de> | 2009-05-20 00:32:10 +0200 |
|---|---|---|
| committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2009-05-20 00:32:10 +0200 |
| commit | 50b3ff7b91e78a61aca93247bee586d6d7eb27c8 (patch) | |
| tree | db4c7eee24479ac7ee6888ce1562facf60159b71 /gl/wchar.in.h | |
| parent | 2701ccd500e60537a8c2977a81549ff33eeaef3f (diff) | |
| download | monitoring-plugins-50b3ff7b91e78a61aca93247bee586d6d7eb27c8.tar.gz | |
Sync with the latest Gnulib code (cb75dc5)
Signed-off-by: Holger Weiss <holger@zedat.fu-berlin.de>
Diffstat (limited to 'gl/wchar.in.h')
| -rw-r--r-- | gl/wchar.in.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gl/wchar.in.h b/gl/wchar.in.h index cc436b14..cc5baad3 100644 --- a/gl/wchar.in.h +++ b/gl/wchar.in.h | |||
| @@ -264,7 +264,11 @@ extern size_t wcsrtombs (char *dest, const wchar_t **srcp, size_t len, mbstate_t | |||
| 264 | 264 | ||
| 265 | /* Convert a wide string to a string. */ | 265 | /* Convert a wide string to a string. */ |
| 266 | #if @GNULIB_WCSNRTOMBS@ | 266 | #if @GNULIB_WCSNRTOMBS@ |
| 267 | # if !@HAVE_WCSNRTOMBS@ | 267 | # if @REPLACE_WCSNRTOMBS@ |
| 268 | # undef wcsnrtombs | ||
| 269 | # define wcsnrtombs rpl_wcsnrtombs | ||
| 270 | # endif | ||
| 271 | # if !@HAVE_WCSNRTOMBS@ || @REPLACE_WCSNRTOMBS@ | ||
| 268 | extern size_t wcsnrtombs (char *dest, const wchar_t **srcp, size_t srclen, size_t len, mbstate_t *ps); | 272 | extern size_t wcsnrtombs (char *dest, const wchar_t **srcp, size_t srclen, size_t len, mbstate_t *ps); |
| 269 | # endif | 273 | # endif |
| 270 | #elif defined GNULIB_POSIXCHECK | 274 | #elif defined GNULIB_POSIXCHECK |
