Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Nov 2006 09:07:15 GMT
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 109727 for review
Message-ID:  <200611110907.kAB97FPQ093054@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=109727

Change 109727 by rdivacky@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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611110907.kAB97FPQ093054>