Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorSiva Chandra <sivachandra@google.com>2022-10-27 00:02:52 +0300
committerSiva Chandra <sivachandra@google.com>2022-10-27 00:03:15 +0300
commit07b70231813af391ef348b98d219e1dcca231700 (patch)
tree508a7b1d54e70788feab976bf93aaca5e6a9e0a3 /libc
parente5244706ec6af04d3ac07e84a52782d6d172f663 (diff)
[libc] Enable more entrypoints on aarch64.
Diffstat (limited to 'libc')
-rw-r--r--libc/config/linux/aarch64/entrypoints.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/libc/config/linux/aarch64/entrypoints.txt b/libc/config/linux/aarch64/entrypoints.txt
index 7d2571b0a7c6..51da5f3c899d 100644
--- a/libc/config/linux/aarch64/entrypoints.txt
+++ b/libc/config/linux/aarch64/entrypoints.txt
@@ -356,8 +356,10 @@ if(LLVM_LIBC_FULL_BUILD)
libc.src.stdio.feof_unlocked
libc.src.stdio.ferror
libc.src.stdio.ferror_unlocked
+ libc.src.stdio.fgetc
libc.src.stdio.fflush
libc.src.stdio.fopen
+ libc.src.stdio.fputc
libc.src.stdio.fputs
libc.src.stdio.fopencookie
libc.src.stdio.fread
@@ -368,8 +370,11 @@ if(LLVM_LIBC_FULL_BUILD)
libc.src.stdio.fwrite_unlocked
libc.src.stdio.fprintf
libc.src.stdio.printf
+ libc.src.stdio.putc
+ libc.src.stdio.putchar
libc.src.stdio.puts
libc.src.stdio.stderr
+ libc.src.stdio.stdin
libc.src.stdio.stdout
# stdlib.h entrypoints
@@ -415,12 +420,14 @@ if(LLVM_LIBC_FULL_BUILD)
# time.h entrypoints
libc.src.time.asctime
libc.src.time.asctime_r
+ libc.src.time.clock_gettime
+ libc.src.time.clock
libc.src.time.difftime
libc.src.time.gmtime
libc.src.time.gmtime_r
libc.src.time.mktime
libc.src.time.nanosleep
- libc.src.time.clock_gettime
+ libc.src.time.time
# unistd.h entrypoints
libc.src.unistd.environ