diff options
Diffstat (limited to 'sys/compat/linux/linux_event.c')
| -rw-r--r-- | sys/compat/linux/linux_event.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/sys/compat/linux/linux_event.c b/sys/compat/linux/linux_event.c index e88791659f1f..fc3ef7c3e90a 100644 --- a/sys/compat/linux/linux_event.c +++ b/sys/compat/linux/linux_event.c @@ -104,7 +104,7 @@ static int  epoll_create_common(struct thread *td, int flags)  { -	return (kern_kqueue(td, flags, NULL)); +	return (kern_kqueue(td, flags, false, NULL));  }  #ifdef LINUX_LEGACY_SYSCALLS | 
