We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c29b29b commit 9d7e341Copy full SHA for 9d7e341
libc/config/linux/riscv/exclude.txt
@@ -6,3 +6,8 @@ if(NOT HAVE_SYS_FACCESSAT2)
6
libc.src.unistd.faccessat
7
)
8
endif()
9
+if(LIBC_TARGET_ARCHITECTURE_IS_RISCV32)
10
+ list(APPEND TARGET_LLVMLIBC_REMOVED_ENTRYPOINTS
11
+ libc.src.time.clock_settime
12
+ )
13
+endif()
0 commit comments