aboutsummaryrefslogtreecommitdiff
path: root/libio/bug-wsetpos.c
AgeCommit message (Collapse)AuthorFilesLines
2024-05-13libio/bug-wsetpos: Make the error message match the causing functionMaciej W. Rozycki1-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-01tests: replace write by xwriteFrédéric Bérat1-1/+3
Using write without cheks leads to warn unused result when __wur is enabled. Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
2009-09-02Fix fsetpos on wide stream.Andreas Schwab1-0/+75