aboutsummaryrefslogtreecommitdiff
path: root/lib/libc_r/uthread/uthread_poll.c
Commit message (Expand)AuthorAgeFilesLines
* Remove libc_r threading library. It has been disconnected from the buildEd Maste2010-11-131-111/+0
* Make these functions cancellation points like they should be:Archie Cobbs2002-05-021-1/+13
* To be consistent, use the __weak_reference macro from <sys/cdefs.h>Daniel Eischen2001-04-101-1/+1
* Add weak definitions for wrapped system calls. In general:Daniel Eischen2001-01-241-8/+6
* Use __strong_reference() instead of __weak_reference() to assure that theJason Evans2000-01-291-1/+1
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-2/+2
* Fix millisecond to nanosecond conversion.Jason Evans2000-01-221-1/+1
* Track libc's three-tier symbol naming. libc_r must currently implementJason Evans2000-01-121-1/+3
* -Wall and minor style(9) cleanups.Daniel Eischen1999-12-281-1/+1
* When checking for valid timevals in the wrapped select() and poll()Daniel Eischen1999-08-301-1/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Sanity check time structures passed in, return EINVAL like the systemAlfred Perlstein1999-08-191-2/+5
* In the words of the author:John Birrell1999-06-201-0/+95