test-sizeof: let's be a tiny bit more careful when using glibc internal types
authorLennart Poettering <lennart@poettering.net>
Thu, 1 Jun 2023 08:46:47 +0000 (10:46 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 1 Jun 2023 12:10:04 +0000 (21:10 +0900)
commit614ac89d30e4f7ab0a9fd444b7a76ecbe4f8cf4d
tree0bada873add6580e5d95765bbf132b993146434d
parent9a1ac3a019bf65cac69930d613161c7eb2399e4d
test-sizeof: let's be a tiny bit more careful when using glibc internal types

One can argue that internal glibc types (i.e. those starting with __)
are not really part of the glibc API, hence let's at least ifdef them.
src/test/test-sizeof.c