Florian Weimer wrote: > Yes. For example, exit_group is documented in a manual page, but not > yet supported by the current libc version.
exit_group is a systemcall and documented as such in the manpage. It's not an interface exported by libc, and only used by libpthread to implement POSIX-threads semantics. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

