Skip to content

Commit 49d2c99

Browse files
add epoll to headers for other linux targets
I forgot to do this when I was adding the entrypoints.
1 parent 75af6f4 commit 49d2c99

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

libc/config/linux/aarch64/headers.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ set(TARGET_PUBLIC_HEADERS
2424
libc.include.unistd
2525

2626
libc.include.sys_ioctl
27+
libc.include.sys_epoll
2728
)

libc/config/linux/arm/headers.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ set(TARGET_PUBLIC_HEADERS
99
libc.include.string
1010
libc.include.strings
1111
libc.include.search
12+
13+
libc.include.sys_epoll
1214
)

libc/config/linux/riscv/headers.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ set(TARGET_PUBLIC_HEADERS
2929
libc.include.arpa_inet
3030

3131
libc.include.sys_auxv
32+
libc.include.sys_epoll
3233
libc.include.sys_ioctl
3334
libc.include.sys_mman
3435
libc.include.sys_prctl

0 commit comments

Comments
 (0)