svn commit: trunk/uClibc/test/setjmp

vapier at uclibc.org vapier at uclibc.org
Thu Nov 16 23:29:15 UTC 2006


Author: vapier
Date: 2006-11-16 15:29:14 -0800 (Thu, 16 Nov 2006)
New Revision: 16546

Log:
fix comment typos

Modified:
   trunk/uClibc/test/setjmp/tst-vfork-longjmp.c


Changeset:
Modified: trunk/uClibc/test/setjmp/tst-vfork-longjmp.c
===================================================================
--- trunk/uClibc/test/setjmp/tst-vfork-longjmp.c	2006-11-16 23:09:36 UTC (rev 16545)
+++ trunk/uClibc/test/setjmp/tst-vfork-longjmp.c	2006-11-16 23:29:14 UTC (rev 16546)
@@ -80,7 +80,7 @@
 	verbose = 0;
 	max = 10;
 
-	/* test vfork() instead of sigsetjmp/siglongjmp */
+	/* test vfork()/exec() inside of sigsetjmp/siglongjmp */
 	cnt = 0;
 	sigsetjmp(sigenv, 1);
 	++cnt;
@@ -91,7 +91,7 @@
 	if (cnt < max)
 		siglongjmp(sigenv, 0);
 
-	/* test vfork() inside of setjmp/longjmp */
+	/* test vfork()/sigprocmask() inside of setjmp/longjmp */
 	cnt = 0;
 	setjmp(env);
 	++cnt;




More information about the uClibc-cvs mailing list