cvs commit: src/lib/libc/gen sem.c

Stefan Farfeleder stefanf at FreeBSD.org
Tue Oct 18 10:41:37 PDT 2005


On Tue, Oct 18, 2005 at 05:24:03PM +0000, Stefan Farfeleder wrote:
> stefanf     2005-10-18 17:24:03 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     lib/libc/gen         sem.c 
>   Log:
>   Make __sem_timedwait() consistent with the sem_timedwait() prototype.

We have a quite few cases where we declare foo() in the header and
define _foo() or __foo() in the .c file.  Should such functions be added
to namespace.h?


More information about the cvs-src mailing list