Files
glibc/string/tst-string-posix2024-fortify.c
T

7 lines
189 B
C
Raw Normal View History

/* Process tst-string-posix2024-main.c in fortified POSIX.1-2024 mode. */
#undef _GNU_SOURCE
#define _POSIX_C_SOURCE 202405L
#define TEST_FORTIFY 1
#include "tst-string-posix2024-main.c"