summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2022-02-08 20:36:33 -0800
committerMark Hatle <mark.hatle@xilinx.com>2022-02-12 10:44:19 -0800
commitaea84b0733cc22d6c3d2095c9c137aa8b9cbf3be (patch)
tree9207d347e261a5d59aed824a99a0f063ce8559d3 /meta-xilinx-bsp
parent9f5f0819995982081ef700cef8d455f29a2cc792 (diff)
downloadmeta-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')
0 files changed, 0 insertions, 0 deletions