Date: Sat, 29 Jul 2006 11:16:21 GMT From: Roman Divacky <rdivacky@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 102717 for review Message-ID: <200607291116.k6TBGLtv082493@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=102717 Change 102717 by rdivacky@rdivacky_witten on 2006/07/29 11:15:59 Add exit_group() syscall. Affected files ... .. //depot/projects/soc2006/rdivacky_linuxolator/i386/linux/syscalls.master#18 edit Differences ... ==== //depot/projects/soc2006/rdivacky_linuxolator/i386/linux/syscalls.master#18 (text+ko) ==== @@ -419,8 +419,7 @@ 249 AUE_NULL UNIMPL linux_io_cancel 250 AUE_NULL MSTD { int linux_fadvise64(void); } 251 AUE_NULL UNIMPL -252 AUE_EXIT MNOPROTO { void sys_exit(int rval); } exit_group \ - sys_exit_args void +252 AUE_EXIT MSTD { int linux_exit_group(int error_code); } 253 AUE_NULL MSTD { int linux_lookup_dcookie(void); } 254 AUE_NULL MSTD { int linux_epoll_create(void); } 255 AUE_NULL MSTD { int linux_epoll_ctl(void); }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607291116.k6TBGLtv082493>