diff options
author | Kinsey Moore <kinsey.moore@oarcorp.com> | 2023-06-09 11:11:58 -0500 |
---|---|---|
committer | Joel Sherrill <joel@rtems.org> | 2023-06-10 11:02:29 -0500 |
commit | ea27adaa0d16840e0c98db055451992661806f02 (patch) | |
tree | 5eb82ad14db3dfcf8fcafa13ae8447dd2555acaa /c/src/exec/wrapup/rtems | |
parent | bsps/xqspipsu: Use device information from the FCT (diff) | |
download | rtems-master.tar.bz2 |
The page size ioctl requires an int pointer to retrieve the page size.
The test currently uses a size_t which mostly works fine for systems
where size_t and int are the same size, but can leave junk data in the
upper bits when they differ in size causing an assert in the test to
fail in some cases. This updates the variable to the correct type.
Diffstat (limited to 'c/src/exec/wrapup/rtems')
0 files changed, 0 insertions, 0 deletions