diff options
Diffstat (limited to 'src/stat/fstat.c')
-rw-r--r-- | src/stat/fstat.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stat/fstat.c b/src/stat/fstat.c index ab4afc0f..f6d16522 100644 --- a/src/stat/fstat.c +++ b/src/stat/fstat.c @@ -4,8 +4,6 @@ #include "syscall.h" #include "libc.h" -void __procfdname(char *, unsigned); - int fstat(int fd, struct stat *st) { int ret = __syscall(SYS_fstat, fd, st); |