summaryrefslogtreecommitdiff
path: root/libc/config
diff options
context:
space:
mode:
authorTue Ly <lntue@google.com>2023-03-06 00:06:03 -0500
committerTue Ly <lntue@google.com>2023-03-06 00:06:03 -0500
commit3735d209a216ca6ac4502a7dcfbd042b910f2ddc (patch)
tree7280b8730405cf801fcdeb6055ddc922856266dd /libc/config
parentfb661e2554394a5cdb27a84a2746b4bd4596cb1f (diff)
downloadllvm-3735d209a216ca6ac4502a7dcfbd042b910f2ddc.tar.gz
[libc][Obvious] Add errno entrypoint for macOS ARM64.
Diffstat (limited to 'libc/config')
-rw-r--r--libc/config/darwin/arm/entrypoints.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/libc/config/darwin/arm/entrypoints.txt b/libc/config/darwin/arm/entrypoints.txt
index 405f27cff412..f67290201d5a 100644
--- a/libc/config/darwin/arm/entrypoints.txt
+++ b/libc/config/darwin/arm/entrypoints.txt
@@ -16,7 +16,10 @@ set(TARGET_LIBC_ENTRYPOINTS
libc.src.ctype.toascii
libc.src.ctype.tolower
libc.src.ctype.toupper
-
+
+ # errno.h entrypoints
+ libc.src.errno.errno
+
# string.h entrypoints
libc.src.string.bcmp
libc.src.string.bcopy