看板 DFBSD_commit 關於我們 聯絡資訊
YONETANI Tomokazu wrote: > 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' recent libc has lots of such warning, it is just one of them. I think libc syscall stubs declaration should be fixed. David Xu