Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-23 | LibC: Add missing sys/cdefs.h include | Emily 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-03 | LibC: Implement __fseterr | Tim Schumacher | |
2022-04-03 | LibC: Implement __freadptrinc | Tim Schumacher | |
2022-04-03 | LibC: Implement __freadahead | Tim Schumacher | |
2022-04-03 | LibC: Implement __freadptr | Tim Schumacher | |
2022-03-28 | LibC: Partially implement __fpending | Tim Schumacher | |
2021-10-04 | Everywhere: Fix more Copyright header inconsistencies | Tim Schumacher | |
2021-05-30 | LibC: Implement __fpurge | Tim Schumacher | |
2021-05-30 | LibC: Implement __freading and __fwriting | Tim Schumacher | |
These functions are used by gnulib (and therefore many GNU utilities) to provide access to internal details of the stdio FILE structure. |