Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-05-13 | libio/bug-wsetpos: Make the error message match the causing function | Maciej W. Rozycki | 1 | -1/+1 | |
This test case calls `fopen': FILE *fp = fopen (temp_file, "r"); however if that fails it reports `fdopen' being the origin of the error. Adjust the message to say `fopen' then. | |||||
2023-06-01 | tests: replace write by xwrite | Frédéric Bérat | 1 | -1/+3 | |
Using write without cheks leads to warn unused result when __wur is enabled. Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org> | |||||
2009-09-02 | Fix fsetpos on wide stream. | Andreas Schwab | 1 | -0/+75 | |