https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207964

Jilles Tjoelker <jil...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jil...@freebsd.org

--- Comment #1 from Jilles Tjoelker <jil...@freebsd.org> ---
Apparently, libc and libroken can't be both linked statically. I recommend
linking at least libc (and libthr and librt if you use them) dynamically.
Another reason for this is that external NSS modules only work with dynamic
linking of libc.

If you can modify the application's source code, changing it to use sigaction()
instead of signal() may help. Note that libroken's signal enables SA_RESTART
for all signals except SIGALRM.

Libc could avoid this problem by moving the definition of the _sigintr variable
to its own file.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to