Skip to content

Commit 75af6f4

Browse files
enable epoll_wait functions on all linux targets
1 parent b7befb6 commit 75af6f4

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

libc/config/linux/aarch64/entrypoints.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,11 @@ set(TARGET_LIBC_ENTRYPOINTS
172172
# sys/auxv.h entrypoints
173173
libc.src.sys.auxv.getauxval
174174

175+
# sys/epoll.h entrypoints
176+
libc.src.sys.epoll.epoll_wait
177+
libc.src.sys.epoll.epoll_pwait
178+
libc.src.sys.epoll.epoll_pwait2
179+
175180
# termios.h entrypoints
176181
libc.src.termios.cfgetispeed
177182
libc.src.termios.cfgetospeed

libc/config/linux/arm/entrypoints.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@ set(TARGET_LIBC_ENTRYPOINTS
9595

9696
# sys/prctl.h entrypoints
9797
libc.src.sys.prctl.prctl
98+
99+
# sys/epoll.h entrypoints
100+
libc.src.sys.epoll.epoll_wait
101+
libc.src.sys.epoll.epoll_pwait
102+
libc.src.sys.epoll.epoll_pwait2
103+
98104
)
99105

100106
set(TARGET_LIBM_ENTRYPOINTS

libc/config/linux/riscv/entrypoints.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,11 @@ set(TARGET_LIBC_ENTRYPOINTS
178178
# sys/auxv.h entrypoints
179179
libc.src.sys.auxv.getauxval
180180

181+
# sys/epoll.h entrypoints
182+
libc.src.sys.epoll.epoll_wait
183+
libc.src.sys.epoll.epoll_pwait
184+
libc.src.sys.epoll.epoll_pwait2
185+
181186
# termios.h entrypoints
182187
libc.src.termios.cfgetispeed
183188
libc.src.termios.cfgetospeed

0 commit comments

Comments
 (0)