diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2023-12-21 15:59:15 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2023-12-29 10:57:03 -0300 |
commit | 9556acd249687ac562deb6309503165d66eb06fa (patch) | |
tree | 683dede674dfe0b266a7fe143bbe733773856302 /debug/test-strcpy_chk.c | |
parent | fce5528fcb58aa3f44bdc6cbecdd5f6b75145b0c (diff) | |
download | glibc-9556acd249687ac562deb6309503165d66eb06fa.tar glibc-9556acd249687ac562deb6309503165d66eb06fa.tar.gz glibc-9556acd249687ac562deb6309503165d66eb06fa.tar.bz2 glibc-9556acd249687ac562deb6309503165d66eb06fa.zip |
debug: Adapt fortify tests to libsupport
Checked on aarch64, armhf, x86_64, and i686.
Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Diffstat (limited to 'debug/test-strcpy_chk.c')
-rw-r--r-- | debug/test-strcpy_chk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/test-strcpy_chk.c b/debug/test-strcpy_chk.c index 792e789e1e..684e0bdd9b 100644 --- a/debug/test-strcpy_chk.c +++ b/debug/test-strcpy_chk.c @@ -20,7 +20,7 @@ # define STRCPY_RESULT(dst, len) dst # define TEST_MAIN # define TEST_NAME "strcpy_chk" -# include "../string/test-string.h" +# include <string/test-string.h> /* This test case implicitly tests the availability of the __chk_fail symbol, which is part of the public ABI and may be used |