예제 #1
0
파일: wrapper.c 프로젝트: Elzevir/xbmc
int __wrap_fstat(int fd, struct _stat *buf)
{
  return dll_fstat(fd, buf);
}
예제 #2
0
파일: wrapper.c 프로젝트: FLyrfors/xbmc
int __wrap___fxstat(int ver, int fd, struct stat *buf)
{
  return dll_fstat(fd, buf);
}