Page MenuHomeFreeBSD

libthr: GC unused _sigsuspend()
ClosedPublic

Authored by brooks on Aug 1 2025, 12:36 PM.
Tags
None
Referenced Files
F164564520: D51670.diff
Sun, Aug 2, 3:04 AM
F164564125: D51670.id159543.diff
Sun, Aug 2, 3:02 AM
F164521335: D51670.id159848.diff
Sat, Aug 1, 5:49 PM
Unknown Object (File)
Thu, Jul 30, 1:02 AM
Unknown Object (File)
Tue, Jul 28, 5:45 AM
Unknown Object (File)
Tue, Jul 28, 5:17 AM
Unknown Object (File)
Mon, Jul 27, 10:39 AM
Unknown Object (File)
Sat, Jul 25, 11:33 PM
Subscribers

Details

Summary

There are no consumers and it isn't a public symbol.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 65889
Build 62772: arc lint + arc unit

Event Timeline

There is a '.globl _sigsuspend' in thr_init.c generated through STATIC_LIB_REQUIRE. It probably should be removed as well.

lib/libthr/thread/thr_sig.c
705

I suspect this line was expected to use _sigsuspend() but then I decided to be explicit.

Remove attempt to resolve _sigsuspend() from thr_init.c

This revision is now accepted and ready to land.Aug 1 2025, 2:57 PM
This revision was automatically updated to reflect the committed changes.