about summary refs log tree commit diff
path: root/libio/Makefile
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2022-12-19 12:40:45 +0100
committerAndreas Schwab <schwab@suse.de>2023-01-02 10:58:49 +0100
commita09183aed7bb8ace211e042b2e6e982bcc004957 (patch)
tree7b82a3d4952b5623087f7368fddeea81570f4f23 /libio/Makefile
parent289b098c9e21e2805e3835f9b5780235ab14a290 (diff)
downloadglibc-a09183aed7bb8ace211e042b2e6e982bcc004957.tar.gz
glibc-a09183aed7bb8ace211e042b2e6e982bcc004957.tar.xz
glibc-a09183aed7bb8ace211e042b2e6e982bcc004957.zip
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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/Makefile b/libio/Makefile
index 64398ab1ee..9c69a85c87 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