summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/stdio_ext.h
AgeCommit message (Collapse)Author
2022-08-23LibC: Add missing sys/cdefs.h includeEmily Trau
Some header files use __BEGIN_DECLS without including sys/cdefs.h. This causes issues for C code that compiles against these headers, which may occur with Ports.
2022-04-03LibC: Implement __fseterrTim Schumacher
2022-04-03LibC: Implement __freadptrincTim Schumacher
2022-04-03LibC: Implement __freadaheadTim Schumacher
2022-04-03LibC: Implement __freadptrTim Schumacher
2022-03-28LibC: Partially implement __fpendingTim Schumacher
2021-10-04Everywhere: Fix more Copyright header inconsistenciesTim Schumacher
2021-05-30LibC: Implement __fpurgeTim Schumacher
2021-05-30LibC: Implement __freading and __fwritingTim Schumacher
These functions are used by gnulib (and therefore many GNU utilities) to provide access to internal details of the stdio FILE structure.