Skip to content

Commit 9d7e341

Browse files
authored
[libc][POSIX][RISCV] Disabled clock_settime on RV32 (#168006)
1 parent c29b29b commit 9d7e341

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

libc/config/linux/riscv/exclude.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@ if(NOT HAVE_SYS_FACCESSAT2)
66
libc.src.unistd.faccessat
77
)
88
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

Comments
 (0)