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 18:03:31 +0100 |
commit | c371813706dc18e61c25016fba47f1f8a5b97709 (patch) | |
tree | 4b0ea48c9598190e63ece3e9d4da1bc89bcf8a74 /meta/lib/bbconfigbuild | |
parent | 418772f43026277340ea45e1c1115815c9a85c64 (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: 7975f8f1000f87a5513959d02fc4045107bc130b)
Signed-off-by: Jiaying Song <jiaying.song.cn@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/bbconfigbuild')
0 files changed, 0 insertions, 0 deletions