diff options
author | Jiaying Song <jiaying.song.cn@windriver.com> | 2025-07-23 18:05:07 +0800 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-08-04 09:12:24 -0700 |
commit | 5f382d6f05870438611e6a4d9404078bb2e1639e (patch) | |
tree | b38eaf7209c145f0b772991bae4a34ba12179886 /documentation/dev-manual/python-development-shell.rst | |
parent | 62a191de8f428dd9233f462d7f626dbbffabccc8 (diff) | |
download | poky-5f382d6f05870438611e6a4d9404078bb2e1639e.tar.gz |
ltp: Skip semctl08 when __USE_TIME64_REDIRECTS is defined
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: 8bea495b4945e24b43398f40d634d7fdb73e981a)
Signed-off-by: Jiaying Song <jiaying.song.cn@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/dev-manual/python-development-shell.rst')
0 files changed, 0 insertions, 0 deletions