PERFORCE change 101005 for review

Roman Divacky rdivacky at FreeBSD.org
Sat Jul 8 13:40:58 UTC 2006


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

Change 101005 by rdivacky at rdivacky_witten on 2006/07/08 13:40:55

	Add sys_futex() syscall to syscalls.master.

Affected files ...

.. //depot/projects/soc2006/rdivacky_linuxolator/i386/linux/syscalls.master#10 edit

Differences ...

==== //depot/projects/soc2006/rdivacky_linuxolator/i386/linux/syscalls.master#10 (text+ko) ====

@@ -406,7 +406,8 @@
 237	AUE_NULL	MSTD	{ int linux_fremovexattr(void); }
 238	AUE_NULL	MSTD	{ int linux_tkill(int tid, int sig); }
 239	AUE_SENDFILE	UNIMPL	linux_sendfile64
-240	AUE_NULL	UNIMPL	linux_futex
+240	AUE_NULL	MSTD	{ int linux_sys_futex(void *uaddr, int op, int val, \
+					struct timespec *timeout, void *uaddr2, int val3); }
 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); }


More information about the p4-projects mailing list