diff options
Diffstat (limited to 'libc/sysdeps/linux/common/stubs.c')
-rw-r--r-- | libc/sysdeps/linux/common/stubs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/stubs.c b/libc/sysdeps/linux/common/stubs.c index 1f985e05f..0f000f0ed 100644 --- a/libc/sysdeps/linux/common/stubs.c +++ b/libc/sysdeps/linux/common/stubs.c @@ -94,7 +94,8 @@ make_stub(create_module) make_stub(delete_module) #endif -#if !defined __NR_epoll_create && defined __UCLIBC_HAS_EPOLL__ +#if !defined __NR_epoll_create && defined __UCLIBC_HAS_EPOLL__ \ + && !defined __NR_epoll_create1 make_stub(epoll_create) #endif |