fortify-headers

standalone fortify-source implementation
git clone git://git.2f30.org/fortify-headers
Log | Files | Refs | README | LICENSE

commit c4abf4497ba24d716250af4186757b5c5952f54e
parent c8ecc164f1635bf713d6c9d7cd4b1311f42f4bc1
Author: sin <sin@2f30.org>
Date:   Fri, 13 Mar 2015 17:14:58 +0000

Fix typo again

Diffstat:
Minclude/wchar.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/wchar.h b/include/wchar.h @@ -36,7 +36,7 @@ wchar_t *fgetws(wchar_t *s, int n, FILE *fp) return __fgetws_orig(s, n, fp); } -extern size_t __mbsnrtowcs(wchar_t *, const char **, size_t, size_t, mbstate_t *) +extern size_t __mbsnrtowcs_orig(wchar_t *, const char **, size_t, size_t, mbstate_t *) __asm__(__USER_LABEL_PREFIX__ "mbsnrtowcs"); extern __inline __attribute__((__always_inline__,__gnu_inline__)) size_t mbsnrtowcs(wchar_t *d, const char **s, size_t n, size_t wn, mbstate_t *st)