diff options
Diffstat (limited to 'src/fcntl/fcntl.c')
-rw-r--r-- | src/fcntl/fcntl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fcntl/fcntl.c b/src/fcntl/fcntl.c index cc3d6cce..fa5ad32f 100644 --- a/src/fcntl/fcntl.c +++ b/src/fcntl/fcntl.c @@ -16,5 +16,3 @@ int fcntl(int fd, int cmd, ...) if (cmd == F_GETOWN) return __syscall(SYS_fcntl, fd, cmd, arg); return syscall(SYS_fcntl, fd, cmd, arg); } - -LFS64(fcntl); |