Re: cvs commit: src/lib/libc/gen Makefile.inc sigwait.c

看板DFBSD_commit作者時間21年前 (2005/02/21 08:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串3/3 (看更多)
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
文章代碼(AID): #126Im600 (DFBSD_commit)
文章代碼(AID): #126Im600 (DFBSD_commit)