Date: Sat, 16 Jun 2007 17:55:06 -0400 From: Craig Rodrigues <rodrigc@crodrigues.org> To: Steve Kargl <sgk@troutmask.apl.washington.edu> Cc: deischen@freebsd.org, freebsd-current@freebsd.org, davidxu@freebsd.org Subject: Re: Undefined symbol timer_delete()? Message-ID: <20070616215506.GA87160@crodrigues.org> In-Reply-To: <20070616205434.GA26966@troutmask.apl.washington.edu> References: <20070616203624.GA37899@crodrigues.org> <20070616205434.GA26966@troutmask.apl.washington.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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@crodrigues.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070616215506.GA87160>