Page MenuHomeFreeBSD

libthr: GC unused _sigsuspend()
ClosedPublic

Authored by brooks on Fri, Aug 1, 12:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Aug 20, 11:11 AM
Unknown Object (File)
Wed, Aug 20, 10:15 AM
Unknown Object (File)
Wed, Aug 20, 7:41 AM
Unknown Object (File)
Wed, Aug 20, 6:10 AM
Unknown Object (File)
Wed, Aug 20, 5:59 AM
Unknown Object (File)
Sat, Aug 16, 7:35 PM
Unknown Object (File)
Tue, Aug 12, 5:39 PM
Unknown Object (File)
Tue, Aug 12, 6:43 AM
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.Fri, Aug 1, 2:57 PM
This revision was automatically updated to reflect the committed changes.