PERFORCE change 164247 for review

Zhao Shuai zhaoshuai at FreeBSD.org
Sat Jun 13 08:26:56 UTC 2009


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

Change 164247 by zhaoshuai at zhaoshuai on 2009/06/13 08:26:04

	add comments on bidirection tests

Affected files ...

.. //depot/projects/soc2009/fifo/fifo_test/functionality/bidirection1.c#2 edit
.. //depot/projects/soc2009/fifo/fifo_test/functionality/bidirection2.c#2 edit

Differences ...

==== //depot/projects/soc2009/fifo/fifo_test/functionality/bidirection1.c#2 (text+ko) ====

@@ -1,3 +1,7 @@
+/*
+ * two processes both open fifo as O_RDWR and both perform read and write
+ */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>

==== //depot/projects/soc2009/fifo/fifo_test/functionality/bidirection2.c#2 (text+ko) ====

@@ -1,3 +1,7 @@
+/*
+ * two processes both open fifo as O_RDWR and both perform read and write
+ */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>


More information about the p4-projects mailing list