]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
comment about the test
authorNicholas Nethercote <njn@valgrind.org>
Thu, 17 Nov 2005 21:33:42 +0000 (21:33 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Thu, 17 Nov 2005 21:33:42 +0000 (21:33 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5181

memcheck/tests/stack_changes.c

index 2bba5888fa373e387d9bff49e55ad67f913f568f..7694b461e337c9da0f5bd6f9110c48752d509dc1 100644 (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;