diff options
Diffstat (limited to 'src/sys/stat/fstat.c')
-rw-r--r-- | src/sys/stat/fstat.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/sys/stat/fstat.c b/src/sys/stat/fstat.c deleted file mode 100644 index 4859bec7..00000000 --- a/src/sys/stat/fstat.c +++ /dev/null @@ -1,11 +0,0 @@ -#include <sys/types.h> -#include <sys/stat.h> -#include "_syscall.h" - -int fstat(int fildes, struct stat *buf) -{ - SYSCALL(fstat, int, -1, fildes, buf, 0, 0, 0, 0); -} -/* -POSIX(1) -*/ |