File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -172,6 +172,11 @@ set(TARGET_LIBC_ENTRYPOINTS
172
172
# sys/auxv.h entrypoints
173
173
libc.src.sys.auxv.getauxval
174
174
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
+
175
180
# termios.h entrypoints
176
181
libc.src.termios.cfgetispeed
177
182
libc.src.termios.cfgetospeed
Original file line number Diff line number Diff line change @@ -95,6 +95,12 @@ set(TARGET_LIBC_ENTRYPOINTS
95
95
96
96
# sys/prctl.h entrypoints
97
97
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
+
98
104
)
99
105
100
106
set(TARGET_LIBM_ENTRYPOINTS
Original file line number Diff line number Diff line change @@ -178,6 +178,11 @@ set(TARGET_LIBC_ENTRYPOINTS
178
178
# sys/auxv.h entrypoints
179
179
libc.src.sys.auxv.getauxval
180
180
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
+
181
186
# termios.h entrypoints
182
187
libc.src.termios.cfgetispeed
183
188
libc.src.termios.cfgetospeed
You can’t perform that action at this time.
0 commit comments