Date: Wed, 20 Sep 2006 11:25:52 GMT From: Roman Divacky <rdivacky@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 106387 for review Message-ID: <200609201125.k8KBPq4W008074@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=106387 Change 106387 by rdivacky@rdivacky_witten on 2006/09/20 11:25:14 Add set_thread_area syscall. Affected files ... .. //depot/projects/linuxolator/src/sys/amd64/linux32/syscalls.master#3 edit Differences ... ==== //depot/projects/linuxolator/src/sys/amd64/linux32/syscalls.master#3 (text+ko) ==== @@ -404,7 +404,7 @@ struct l_timespec *timeout, void *uaddr2, int val3); } 241 AUE_NULL UNIMPL linux_sched_setaffinity 242 AUE_NULL UNIMPL linux_sched_getaffinity -243 AUE_NULL UNIMPL linux_set_thread_area +243 AUE_NULL STD { int linux_set_thread_area(struct l_user_desc *desc); } 244 AUE_NULL UNIMPL linux_get_thread_area 245 AUE_NULL STD { int linux_io_setup(l_uint nr_reqs, linux_aio_context_t *ctxp); } 246 AUE_NULL STD { int linux_io_destroy(linux_aio_context_t ctx); }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609201125.k8KBPq4W008074>