There are no consumers and it isn't a public symbol.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
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. |