llvm-project/libc/include
Joseph Huber dabb7514f5 [libc] Fix assert.h and ctype.h not being built
The `assert.h` and `ctype.h` headers are never built despite their
entrypoints being present in the generated library. This patch adds a
dependency on these headers so that they will be built properly.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D138142
2022-11-16 12:00:41 -06:00
..
llvm-libc-macros [libc] Add definitions of a few missing macros and types. 2022-11-02 07:17:33 +00:00
llvm-libc-types [libc] Add definitions of a few missing macros and types. 2022-11-02 07:17:33 +00:00
sys [libc] Add the header sys/types.h. 2022-10-25 00:24:49 +00:00
CMakeLists.txt [libc] Fix assert.h and ctype.h not being built 2022-11-16 12:00:41 -06:00
__llvm-libc-common.h [libc] Make the errno macro resolve to the thread local variable directly. 2022-03-04 17:29:49 +00:00
assert.h.def
ctype.h.def
dirent.h.def [libc] Add dirent.h functions opendir, readdir, closedir and dirfd. 2022-07-25 20:23:25 +00:00
errno.h.def
fcntl.h.def [libc] Add POSIX close, fsync, open, read and write functions. 2022-01-27 20:32:02 +00:00
fenv.h.def
inttypes.h.def [libc] add inttypes header 2021-08-26 18:04:21 +00:00
math.h.def
pthread.h.def [libc] Add implementation of pthread_once. 2022-09-28 06:54:48 +00:00
sched.h.def [libc] add CPU_COUNT macro and backing function 2022-10-04 15:22:55 -07:00
setjmp.h.def [libc] Add x86_64 implementation of setjmp and longjmp. 2022-11-01 22:58:35 +00:00
signal.h.def [libc] Re-enable functions from signal.h and re-enable abort. 2022-09-30 07:31:50 +00:00
spawn.h.def [libc] Add POSIX functions posix_spawn_file_actions_*. 2022-10-11 04:54:44 +00:00
stdio.h.def [libc] Add definitions of a few missing macros and types. 2022-11-02 07:17:33 +00:00
stdlib.h.def [libc] implement basic rand and srand 2022-10-04 13:31:26 -07:00
string.h.def
termios.h.def [libc] Add termios.h and the implementation of functions declared in it. 2022-10-18 20:53:00 +00:00
threads.h.def [libc] Move the remaining public types to their own type headers. 2022-01-20 23:04:26 +00:00
time.h.def [libc] add clock_gettime 2022-09-29 10:23:21 -07:00
unistd.h.def [libc] Add implementation of POSIX function "access". 2022-09-14 07:44:47 +00:00