summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/wchar.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/wchar.h')
-rw-r--r--winsup/cygwin/wchar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/wchar.h b/winsup/cygwin/wchar.h
index 4c720cbc8..fc8eb3858 100644
--- a/winsup/cygwin/wchar.h
+++ b/winsup/cygwin/wchar.h
@@ -59,7 +59,7 @@ size_t __stdcall sys_wcstombs_alloc (char **, int, const wchar_t *,
size_t __stdcall sys_cp_mbstowcs (mbtowc_p, char *, wchar_t *, size_t,
const char *, size_t = (size_t) -1)
__attribute__ ((regparm(3)));
-size_t sys_mbstowcs (wchar_t * dst, size_t dlen, const char *src,
+size_t __stdcall sys_mbstowcs (wchar_t * dst, size_t dlen, const char *src,
size_t nms = (size_t) -1)
__attribute__ ((regparm(3)));
size_t __stdcall sys_mbstowcs_alloc (wchar_t **, int, const char *,