select: fix 64-bit timeout truncation on pre-time64 kernels
[musl] / src / stdio / vwscanf.c
index 9297cf0..5a3931e 100644 (file)
@@ -6,3 +6,5 @@ int vwscanf(const wchar_t *restrict fmt, va_list ap)
 {
        return vfwscanf(stdin, fmt, ap);
 }
+
+weak_alias(vwscanf,__isoc99_vwscanf);