RTEMS | libfs/pipe: Mark pipe() RTEMS_WEAK (!1382)
Sang Woo Kim (@physwkim)
gitlab at rtems.org
Thu Jul 30 12:29:31 UTC 2026
Sang Woo Kim created a merge request: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1382
Project:Branches: physwkim/rtems:fix/pipe-weak to rtems/rtos/rtems:main
Author: Sang Woo Kim
cpukit's `pipe()` and the one rtems-libbsd!153 adds are both strong, so the linker picks by archive order. Making the cpukit definition weak turns that into a deterministic choice: libbsd wins whenever both objects are linked, applications without libbsd keep the cpukit implementation. From the discussion in rtems-libbsd!153 (note 155890). Closes #5672.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1382
You're receiving this email because of your account on gitlab.rtems.org. Unsubscribe from this thread: https://gitlab.rtems.org/-/sent_notifications/4-drbhcnsw178mbplplbe9yk96r-1d/unsubscribe | Manage all notifications: https://gitlab.rtems.org/-/profile/notifications | Help: https://gitlab.rtems.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260730/0ab1bd29/attachment.htm>
More information about the bugs
mailing list