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


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to