aboutsummaryrefslogtreecommitdiff
path: root/libio/tst-getdelim.c
AgeCommit message (Collapse)AuthorFilesLines
2023-01-02getdelim: ensure error indicator is set on error (bug 29917)Andreas Schwab1-0/+36
POSIX requires that getdelim and getline set the error indicator on the stream when an error occured, in addition to setting errno.