diff options
| author | Mark Hatle <mark.hatle@xilinx.com> | 2022-02-08 20:36:33 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@xilinx.com> | 2022-02-12 10:44:19 -0800 |
| commit | aea84b0733cc22d6c3d2095c9c137aa8b9cbf3be (patch) | |
| tree | 9207d347e261a5d59aed824a99a0f063ce8559d3 /meta-xilinx-bsp/README.booting.md | |
| parent | 9f5f0819995982081ef700cef8d455f29a2cc792 (diff) | |
| download | meta-xilinx-aea84b0733cc22d6c3d2095c9c137aa8b9cbf3be.tar.gz | |
meta-microblaze: Fix glibc issues related to select/pselect
*) Select syscall is not implemented on microblaze, newselect should be
used instead, but commit 4c3df0eba5e8fe98f0de917ade9b2ebba6951c5f
from glibc removed this behavior. Presumably by accident.
*) When the code path that doesn't use select, but instead uses
pselect32 is used, microblaze provides it's own implementation
but this implementation is only available when ASSUME_PSELECT
is disabled. We need to fallback to the default Linux implementation.
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
(cherry picked from commit ec05838b438ac630fe39d8aca54af2b7904648c4)
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp/README.booting.md')
0 files changed, 0 insertions, 0 deletions
