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.orgReceived on Sat Jun 16 2007 - 19:54:58 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:12 UTC