From 8e84bb3784d767022117f6681ebabb11a6cc7ec6 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 28 Oct 2009 10:13:03 +0000 Subject: [PATCH] Added a comment that explains the purpose of the sigqueue.c test program. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10915 --- memcheck/tests/linux/sigqueue.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/memcheck/tests/linux/sigqueue.c b/memcheck/tests/linux/sigqueue.c index 138a27602e..65f4403a81 100644 --- a/memcheck/tests/linux/sigqueue.c +++ b/memcheck/tests/linux/sigqueue.c @@ -1,3 +1,5 @@ +/* Test program that invokes the Linux system call rt_sigqueueinfo(). */ + #include #include #include -- 2.47.2