Undefined symbol timer_delete()?
Craig Rodrigues
rodrigc at crodrigues.org
Sat Jun 16 21:54:58 UTC 2007
On Sat, Jun 16, 2007 at 01:54:34PM -0700, Steve Kargl wrote:
> mobile:kargl[205] cc -o z j.c -lrt
>
> It appears that the manpage is wrong
>
> LIBRARY
> Standard C Library (libc, -lc)
Thanks, yes the man page is wrong, timer_delete() and friends
are in librt not in libc.
It looks like similarly the man pages for
mq_open() and friends are wrong, because mq_* exist in librt, not
in libc.
Do the aio_* functions in this library augment or replace those
in libc?
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Mar 1 06:37:34 2006 UTC (15 months, 2 weeks ago) by davidxu
Branches: MAIN
Bring in my initial version of POSIX realtime extension library.
Current the library implements mqueue, timer and aio with SIGEV_THREAD
notification supported.
--
Craig Rodrigues
rodrigc at crodrigues.org
More information about the freebsd-current
mailing list