diff options
author | Jiaying Song <jiaying.song.cn@windriver.com> | 2025-07-23 18:04:07 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-07-23 22:31:57 +0100 |
commit | 377998e6c50e6962e87fcf94dad7392563762abd (patch) | |
tree | 6d3cdb18232871cbe9c251e3f089282657a39c13 /bitbake/contrib/bbparse-torture.py | |
parent | ae02b7463c429a74d6ee5a3814185ff7eb6cf827 (diff) | |
download | poky-master-next.tar.gz |
ltp: Skip semctl08 when __USE_TIME64_REDIRECTS is definedmaster-next
When __USE_TIME64_REDIRECTS is defined, glibc redirects struct semid_ds
to a 64-bit time-safe version that omits the sem_otime_high and
sem_ctime_high fields. As a result, the case becomes invalid, leading to
incorrect behavior.
This patch adds a check to skip the test when __USE_TIME64_REDIRECTS is
defined, ensuring the test only runs when the semid_ds structurally
matches semid64_ds and the *_high fields are accessible.
(From OE-Core rev: c42755f55b4632bb03c73bdbe1144e40d0502abb)
Signed-off-by: Jiaying Song <jiaying.song.cn@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/contrib/bbparse-torture.py')
0 files changed, 0 insertions, 0 deletions