Subject: Re: CVS commit: src
To: Perry E. Metzger <perry@piermont.com>
From: Klaus Klein <kleink@reziprozitaet.de>
List: tech-userlevel
Date: 02/17/2003 18:01:56
"Perry E. Metzger" <perry@piermont.com> writes:

> Klaus Klein <kleink@reziprozitaet.de> writes:
> > Ben Harris <bjh21@netbsd.org> writes:
> > 
> > > Of course, it's irrelevant in this case, because POSIX mandates that
> > > sigtimedwait(), sigwaitinfo(), and sigwait() be in -lc anyway (they're in
> > > <signal.h>, and all of <signal.h> apart from pthread_kill() and
> > > pthread_sigmask() is in -lc).
> > 
> > Oops, good catch.  The -l rt information I had in mind when posting
> > had become a bit stale.
> 
> I assume the stuff we have in librt right now is allowed to be there,
> right?

Yes.  As already referred to by Ben, check
http://www.opengroup.org/onlinepubs/007904975/utilities/c99.html for
the whole story (i.e., what -l operand for which particular header
and/or option group).


- Klaus