PERFORCE change 100976 for review

Roman Divacky rdivacky at FreeBSD.org
Sat Jul 8 10:59:34 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=100976

Change 100976 by rdivacky at 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


More information about the p4-projects mailing list