Page MenuHomeFreeBSD

libthr: GC unused _sigsuspend()
ClosedPublic

Authored by brooks on Aug 1 2025, 12:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 27, 12:20 PM
Unknown Object (File)
Wed, May 27, 12:15 PM
Unknown Object (File)
Wed, May 27, 11:40 AM
Unknown Object (File)
Wed, May 27, 11:17 AM
Unknown Object (File)
Mon, May 25, 9:03 AM
Unknown Object (File)
Mon, May 18, 5:36 AM
Unknown Object (File)
Mon, May 18, 5:27 AM
Unknown Object (File)
Sun, May 17, 5:07 AM
Subscribers

Details

Summary

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

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.