From 07793f95c45b8606a21e1bdc948cd6f3b0e6461f Mon Sep 17 00:00:00 2001 From: Michael Jones Date: Wed, 5 Oct 2022 13:27:04 -0700 Subject: [libc] add strsignal and refactor message mapping The logic for strsignal and strerror is very similar, so I've moved them both to use a shared utility (MessageMapper) for the basic functionality. Reviewed By: sivachandra Differential Revision: https://reviews.llvm.org/D135322 --- libc/config/linux/x86_64/entrypoints.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/config/linux/x86_64') diff --git a/libc/config/linux/x86_64/entrypoints.txt b/libc/config/linux/x86_64/entrypoints.txt index 5ed5f0cd9747..9874cb80d74d 100644 --- a/libc/config/linux/x86_64/entrypoints.txt +++ b/libc/config/linux/x86_64/entrypoints.txt @@ -55,6 +55,7 @@ set(TARGET_LIBC_ENTRYPOINTS libc.src.string.strnlen libc.src.string.strpbrk libc.src.string.strrchr + libc.src.string.strsignal libc.src.string.strspn libc.src.string.strstr libc.src.string.strtok -- cgit v1.2.3