diff options
| author | sin | 2015-03-13 17:14:58 +0000 |
|---|---|---|
| committer | sin | 2015-03-13 17:14:58 +0000 |
| commit | c4abf4497ba24d716250af4186757b5c5952f54e (patch) | |
| tree | 05a7702f4dbb9e9f58f1593459eecdfbc3a18231 /include/wchar.h | |
| parent | c8ecc164f1635bf713d6c9d7cd4b1311f42f4bc1 (diff) | |
Fix typo again
Diffstat (limited to 'include/wchar.h')
| -rw-r--r-- | include/wchar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wchar.h b/include/wchar.h index 526275a..dac8435 100644 --- a/include/wchar.h +++ b/include/wchar.h | |||
| @@ -36,7 +36,7 @@ wchar_t *fgetws(wchar_t *s, int n, FILE *fp) | |||
| 36 | return __fgetws_orig(s, n, fp); | 36 | return __fgetws_orig(s, n, fp); |
| 37 | } | 37 | } |
| 38 | 38 | ||
| 39 | extern size_t __mbsnrtowcs(wchar_t *, const char **, size_t, size_t, mbstate_t *) | 39 | extern size_t __mbsnrtowcs_orig(wchar_t *, const char **, size_t, size_t, mbstate_t *) |
| 40 | __asm__(__USER_LABEL_PREFIX__ "mbsnrtowcs"); | 40 | __asm__(__USER_LABEL_PREFIX__ "mbsnrtowcs"); |
| 41 | extern __inline __attribute__((__always_inline__,__gnu_inline__)) | 41 | extern __inline __attribute__((__always_inline__,__gnu_inline__)) |
| 42 | size_t mbsnrtowcs(wchar_t *d, const char **s, size_t n, size_t wn, mbstate_t *st) | 42 | size_t mbsnrtowcs(wchar_t *d, const char **s, size_t n, size_t wn, mbstate_t *st) |
