Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D124141
[libc] Add the implementation of the GNU extension function fopencookie. ClosedPublic Authored by sivachandra on Apr 20 2022, 7:01 PM.
Details
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 20 2022, 7:01 PM This revision is now accepted and ready to land.Apr 21 2022, 11:09 AM Closed by commit rG19a6dd33eeb2: [libc] Add the implementation of the GNU extension function fopencookie. (authored by sivachandra). · Explain WhyApr 22 2022, 1:04 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 424396 libc/config/linux/api.td
libc/config/linux/x86_64/entrypoints.txt
libc/include/CMakeLists.txt
libc/include/llvm-libc-types/CMakeLists.txt
libc/include/llvm-libc-types/cookie_io_functions_t.h
libc/include/llvm-libc-types/off64_t.h
libc/spec/gnu_ext.td
libc/spec/spec.td
libc/src/stdio/CMakeLists.txt
libc/src/stdio/fopencookie.h
libc/src/stdio/fopencookie.cpp
libc/test/src/stdio/CMakeLists.txt
libc/test/src/stdio/fopencookie_test.cpp
|