diff options
author | Andreas Schwab <schwab@suse.de> | 2022-12-19 12:40:45 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2023-01-02 10:58:49 +0100 |
commit | a09183aed7bb8ace211e042b2e6e982bcc004957 (patch) | |
tree | 7b82a3d4952b5623087f7368fddeea81570f4f23 /libio/Makefile | |
parent | 289b098c9e21e2805e3835f9b5780235ab14a290 (diff) | |
download | glibc-a09183aed7bb8ace211e042b2e6e982bcc004957.zip glibc-a09183aed7bb8ace211e042b2e6e982bcc004957.tar.gz glibc-a09183aed7bb8ace211e042b2e6e982bcc004957.tar.bz2 |
getdelim: ensure error indicator is set on error (bug 29917)
POSIX requires that getdelim and getline set the error indicator on the
stream when an error occured, in addition to setting errno.
Diffstat (limited to 'libio/Makefile')
-rw-r--r-- | libio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/Makefile b/libio/Makefile index 64398ab..9c69a85 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -66,7 +66,7 @@ tests = tst_swprintf tst_wprintf tst_swscanf tst_wscanf tst_getwc tst_putwc \ tst-fwrite-error tst-ftell-partial-wide tst-ftell-active-handler \ tst-ftell-append tst-fputws tst-bz22415 tst-fgetc-after-eof \ tst-sprintf-ub tst-sprintf-chk-ub tst-bz24051 tst-bz24153 \ - tst-wfile-sync tst-bz28828 + tst-wfile-sync tst-bz28828 tst-getdelim tests-internal = tst-vtables tst-vtables-interposed |