summaryrefslogtreecommitdiff
path: root/LibC/sys/cdefs.h
AgeCommit message (Expand)Author
2019-06-07LibC: Run clang-format on everything.Andreas Kling
2019-05-28LibC: Don't define ALWAYS_INLINE if it's already defined.Andreas Kling
2019-05-28Add clang-format fileRobin Burchell
2019-02-24LibC: A bunch of compat work towards porting GCC.Andreas Kling
2019-02-15LibC: The standard C library needs to be able to build as pure C.Andreas Kling
2019-02-15Use modern C++ attributes instead of __attribute__ voodoo.Andreas Kling
2018-11-17Various stubs while trying to get an old coreutils to build.Andreas Kling
2018-11-10Some improvements to signals.Andreas Kling
2018-11-09Build LibC and Userland with clang as well.Andreas Kling
2018-11-06Add some basic signal support.Andreas Kling
2018-11-05Lots of minor compat stuff while seeing if bash would build.Andreas Kling
2018-11-05Tiny LibC things.Andreas Kling
2018-11-04Mark LibC's assertion faillure helper with __NORETURN.Andreas Kling
2018-10-31Add getpwent() family of functions to LibC.Andreas Kling
2018-10-31Use ALWAYS_INLINE for ctype inlines.Andreas Kling
2018-10-31A bunch of LibC boilerplate stuff added while trying to get figlet to build.Andreas Kling