Date: Sat, 8 Jul 2006 10:59:33 GMT From: Roman Divacky <rdivacky@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 100976 for review Message-ID: <200607081059.k68AxX3V015943@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=100976 Change 100976 by rdivacky@rdivacky_witten on 2006/07/08 10:58:38 Change get_thread_area() syscall prototype in syscalls.master. Affected files ... .. //depot/projects/soc2006/rdivacky_linuxolator/i386/linux/syscalls.master#9 edit Differences ... ==== //depot/projects/soc2006/rdivacky_linuxolator/i386/linux/syscalls.master#9 (text+ko) ==== @@ -410,7 +410,7 @@ 241 AUE_NULL UNIMPL linux_sched_setaffinity 242 AUE_NULL UNIMPL linux_sched_getaffinity 243 AUE_NULL MSTD { int linux_set_thread_area(struct l_user_desc *desc); } -244 AUE_NULL UNIMPL linux_get_thread_area +244 AUE_NULL MSTD { int linux_get_thread_area(struct l_user_desc *desc); } 245 AUE_NULL UNIMPL linux_io_setup 246 AUE_NULL UNIMPL linux_io_destroy 247 AUE_NULL UNIMPL linux_io_getevents
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607081059.k68AxX3V015943>