Fix 128_run_atexit.c on linux
commit4dc4e93f1d2a7f1c0dda1ff9be2d2b0e875b37ba
authorMichael Matz <matz@suse.de>
Mon, 13 Mar 2023 16:01:35 +0000 (13 17:01 +0100)
committerMichael Matz <matz@suse.de>
Mon, 13 Mar 2023 16:01:35 +0000 (13 17:01 +0100)
tree22860dbcf4d0df2d2619153cd64afda5bae7a98d
parent19e3e10e4bbed7f39e9d0e112d77426f51bf9c18
Fix 128_run_atexit.c on linux

if we include standard headers on glibc-based systems then
we can't use '__attribute__' (those are defined away for unknown
compilers) but must use '__attribute' (or #undef that token).
tests/tests2/128_run_atexit.c