tests: use __typeof__ instead of typeof
authorSimon Ser <contact@emersion.fr>
Mon, 10 Jan 2022 13:50:05 +0000 (14:50 +0100)
committerSimon Ser <contact@emersion.fr>
Mon, 10 Jan 2022 13:51:09 +0000 (14:51 +0100)
commit65616e946b547bc2b20ca004662447fbadf990e3
treed1428f7812e8c59d2102b08d9ae4dbafe7cbf4a1
parent31b17e3d8533739970bdc8692b749af41c5d24af
tests: use __typeof__ instead of typeof

typeof is a GNU extension. Compiler extensions should be prefixed
with __ per the C standard.

Signed-off-by: Simon Ser <contact@emersion.fr>
tests/os-wrappers-test.c