int __wrap_fstat(int fd, struct _stat *buf) { return dll_fstat(fd, buf); }
int __wrap___fxstat(int ver, int fd, struct stat *buf) { return dll_fstat(fd, buf); }