PERFORCE change 109727 for review

Roman Divacky rdivacky at FreeBSD.org
Sat Nov 11 09:07:16 UTC 2006


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

Change 109727 by rdivacky at rdivacky_witten on 2006/11/11 09:06:19

	Add comment about the status of FUTEX_FD

Affected files ...

.. //depot/projects/linuxolator/src/sys/compat/linux/linux_futex.c#6 edit

Differences ...

==== //depot/projects/linuxolator/src/sys/compat/linux/linux_futex.c#6 (text+ko) ====

@@ -259,6 +259,7 @@
 		break;
 
 	case LINUX_FUTEX_FD:
+		/* XXX: linux plans to remove this operation */
 		printf("linux_sys_futex: unimplemented op %d\n", 
 		    args->op);
 		break;


More information about the p4-projects mailing list