vdprintf
int vdprintf(int, const char * __restrict, __va_list)
ret = vdprintf(fd, fmt, ap);
__weak_alias(vdprintf,_vdprintf)