blob: 09403d626b00a990c3ac6c94989f946f171d95ab [file] [log] [blame] [edit]
#ifndef _FIXUP_SYS_STAT_H
#define _FIXUP_SYS_STAT_H
#include_next <sys/stat.h>
extern int __fxstat(int __ver, int __fildes, struct stat *__stat_buf);
#endif