llvm-project/libc/config/linux
Siva Chandra Reddy 1ceafe5e0f [libc] Add implementation of ungetc.
A bug in the file read logic has also been fixed along the way. Parts
of the ungetc tests will fail without that bug fixed.

Reviewed By: michaelrj

Differential Revision: https://reviews.llvm.org/D137286
2022-11-02 22:45:57 +00:00
..
aarch64 [libc][math] Add place-holder implementation for pow function. 2022-10-31 17:23:33 -04:00
arm [libc] Add arm-32 syscall implementation. 2022-08-31 18:10:40 +00:00
x86_64 [libc] Add implementation of ungetc. 2022-11-02 22:45:57 +00:00
CMakeLists.txt [libc][Obvious] Convert an add_header target to add_header_library target. 2022-08-16 20:33:24 +00:00
api.td [libc] Add definitions of a few missing macros and types. 2022-11-02 07:17:33 +00:00
app.h [libc] Linux threads - Setup TLS area of a new thread and cleanup at exit. 2022-07-13 20:46:18 +00:00
errno.h.in
platform_defs.h.inc [libc] Fix typo in platform_defs.h.inc 2020-09-15 14:25:01 +00:00
signal.h.in
syscall_numbers.h.inc