Skip to content
Success

Changes

Summary

  1. tests: fix for debian 13 armv7l (details)
Commit 2c064d0c0e2a722604cfe65dc08b5a2eda293c25 by Oliver Smith
tests: fix for debian 13 armv7l

In Debian 13 armv7l, time_t and suseconds_t are "long long int" instead
of "long unsigned int" as seen on x86_64 and aarch64. Fix it by casting
to "long unsigned int".

Related: OS#6828
Change-Id: I416b31dd11a82ad52f6a662d7e099123a5c77fff
(cherry picked from commit b9390edfd3636b8f75a9f1c1921b9dd1bf8c1eaa)
The file was modifiedtests/rlcmac/rlcmac_prim_test.c
The file was modifiedtests/gmm/gmm_prim_test.h