summaryrefslogtreecommitdiff
path: root/libc/src/signal/linux/__restore.cpp
AgeCommit message (Expand)Author
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-08-29[libc] Fix the remaining old style includesPetr Hosek
2023-08-07[libc][cleanup] Fix most conversion warningsMichael Jones
2022-09-30[libc] add syscall functionMichael Jones
2022-09-02[libc][NFC] Use no_sanitize("all")Alex Brachet
2021-12-22[libc] Move the x86_64 syscall functions to OSUtil.Siva Chandra Reddy
2020-04-08[libc][NFC] Make all top of file comments consistent.Paula Toth
2020-04-06[libc] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki
2020-03-28[libc][NFC] Ensure internal implementation is in __llvm_libc namespaceAlex Brachet
2020-03-18[libc] Add sigactionAlex Brachet