Skip to content

Commit b36ce99

Browse files
committed
adapter/syscall: fix ioctl conflicting types compile error (#942)
1 parent a43e84e commit b36ce99

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adapter/syscall/ff_declare_syscalls.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ FF_SYSCALL_DECL(ssize_t, recvfrom, (int, void *, size_t, int,
2222
FF_SYSCALL_DECL(ssize_t, sendmsg, (int, const struct msghdr *, int flags));
2323
FF_SYSCALL_DECL(ssize_t, recvmsg, (int, struct msghdr *, int flags));
2424
FF_SYSCALL_DECL(int, close, (int));
25-
FF_SYSCALL_DECL(int, ioctl, (int, unsigned long, unsigned long));
2625
FF_SYSCALL_DECL(int, fcntl, (int, int, unsigned long));
2726
FF_SYSCALL_DECL(int, epoll_create, (int));
2827
FF_SYSCALL_DECL(int, epoll_ctl, (int, int, int, struct epoll_event *));

0 commit comments

Comments
 (0)