Skip to content

glib/tests/asyncqueue.c: avoid use of deprecated GTimeVal

Alexander Kanavin requested to merge alex.kanavin/glib:fix-asynctest into main

GTimeVal is deprecated because it overflows on 32 bit systems in 2038, and indeed this test starts failing then.

Signed-off-by: Alexander Kanavin alex@linutronix.de

Merge request reports