blob: fd39ee3d6cfaf425fe056d7fe0388217fab49c65 [file] [log] [blame]
#include <sys/stat.h>
#include "libc.h"
int __fxstat(int ver, int fd, struct stat *buf)
{
return fstat(fd, buf);
}
LFS64(__fxstat);