summaryrefslogtreecommitdiff
path: root/support/xfread.c
AgeCommit message (Collapse)Author
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-06-13tests: replace fread by xfreadFrederic Berat
With fortification enabled, fread calls return result needs to be checked, has it gets the __wur macro enabled. Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>