Skip to content

Commit

Permalink
Buffer epoll_ctl.
Browse files Browse the repository at this point in the history
  • Loading branch information
khuey committed Jan 31, 2025
1 parent 0ec04b2 commit 6335d40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/preload/syscallbuf.c
Original file line number Diff line number Diff line change
Expand Up @@ -4177,6 +4177,7 @@ static long syscall_hook_internal(struct syscall_info* call) {
CASE(creat);
#endif
CASE_GENERIC_NONBLOCKING_FD(dup);
CASE_GENERIC_NONBLOCKING_FD(epoll_ctl);
#if defined(SYS_epoll_wait)
case SYS_epoll_wait:
#endif
Expand Down

0 comments on commit 6335d40

Please sign in to comment.