File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -449,6 +449,8 @@ set(TARGET_LIBM_ENTRYPOINTS
449
449
libc.src.math.fromfpx
450
450
libc.src.math.fromfpxf
451
451
libc.src.math.fromfpxl
452
+ libc.src.math.fsqrt
453
+ libc.src.math.fsqrtl
452
454
libc.src.math.hypot
453
455
libc.src.math.hypotf
454
456
libc.src.math.ilogb
@@ -575,6 +577,7 @@ if(LIBC_TYPES_HAS_FLOAT128)
575
577
libc.src.math.frexpf128
576
578
libc.src.math.fromfpf128
577
579
libc.src.math.fromfpxf128
580
+ libc.src.math.fsqrtf128
578
581
libc.src.math.ilogbf128
579
582
libc.src.math.ldexpf128
580
583
libc.src.math.llogbf128
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ set(TARGET_PUBLIC_HEADERS
2
2
libc.include.assert
3
3
libc.include.ctype
4
4
libc.include.dirent
5
+ libc.include.dlfcn
5
6
libc.include.errno
6
7
libc.include.fcntl
7
8
libc.include.features
@@ -18,6 +19,7 @@ set(TARGET_PUBLIC_HEADERS
18
19
libc.include.setjmp
19
20
libc.include.stdckdint
20
21
libc.include.stdbit
22
+ libc.include.stdfix
21
23
libc.include.stdio
22
24
libc.include.stdlib
23
25
libc.include.string
@@ -33,13 +35,12 @@ set(TARGET_PUBLIC_HEADERS
33
35
libc.include.arpa_inet
34
36
35
37
libc.include.sys_auxv
36
- # Disabled due to epoll_wait syscalls not being available on this platform.
37
- # libc.include.sys_epoll
38
+ libc.include.sys_epoll
38
39
libc.include.sys_ioctl
39
40
libc.include.sys_mman
40
41
libc.include.sys_prctl
41
- libc.include.sys_random
42
42
libc.include.sys_queue
43
+ libc.include.sys_random
43
44
libc.include.sys_resource
44
45
libc.include.sys_select
45
46
libc.include.sys_socket
You can’t perform that action at this time.
0 commit comments