cvs commit: src/lib/libc/gen Makefile.inc sigwait.c
YONETANI Tomokazu
qhwt+dfly at les.ath.cx
Sun Feb 20 06:15:16 PST 2005
On Sat, Feb 19, 2005 at 05:52:25PM -0800, David Xu wrote:
> davidxu 2005/02/19 17:52:25 PST
>
> DragonFly src repository
>
> Modified files:
> lib/libc/gen Makefile.inc
> Added files:
> lib/libc/gen sigwait.c
> Log:
> Implement sigwait.
>
> Revision Changes Path
> 1.7 +1 -1 src/lib/libc/gen/Makefile.inc
>
>
> http://www.dragonflybsd.org/cvsweb/src/lib/libc/gen/Makefile.inc.diff?r1=1.6&r2=1.7&f=u
>
After this commit, I'm seeing the following warning while running buildworld
(probably because __sys_sigwaitinfo() is only declared for libthread_xu):
/usr/src/lib/libc/../libc/gen/sigwait.c:40: warning: implicit declaration of function `__sys_sigwaitinfo'
/usr/src/lib/libc/../libc/gen/sigwait.c:40: warning: nested extern declaration of `__sys_sigwaitinfo'
More information about the Commits
mailing list