comment about the test

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5181
This commit is contained in:
Nicholas Nethercote 2005-11-17 21:33:42 +00:00
parent 3de346b9e3
commit 7b38a8d2ce

View File

@ -7,6 +7,9 @@
#define STACK_SIZE 4096
// This test is checking the libc context calls (setcontext, etc.) and
// checks that Valgrind notices their stack changes properly.
struct ucontext ctx1, ctx2, oldc;
int count;