]> sourceware.org Git - glibc.git/commit
Add support/ code for checking file contents
authorJoseph Myers <josmyers@redhat.com>
Tue, 3 Sep 2024 13:53:01 +0000 (13:53 +0000)
committerJoseph Myers <josmyers@redhat.com>
Tue, 3 Sep 2024 13:53:01 +0000 (13:53 +0000)
commit96d0bf98cafd0b63721f369ca21ec64590551d47
treeb246b03aa68b66903283e7155ad702e2f290f477
parent1927f718fcc48bdaea03086bdc2adf11279d655b
Add support/ code for checking file contents

For use in freopen tests, add various support/ helper interfaces for
use in checking file contents.

Tested for x86_64.
support/Makefile
support/file_contents.h [new file with mode: 0644]
support/support_compare_file_bytes.c [new file with mode: 0644]
support/support_compare_file_string.c [new file with mode: 0644]
support/support_open_and_compare_file_bytes.c [new file with mode: 0644]
support/support_open_and_compare_file_string.c [new file with mode: 0644]
This page took 0.037874 seconds and 5 git commands to generate.