From: Bart Van Assche Date: Wed, 28 Oct 2009 10:13:03 +0000 (+0000) Subject: Added a comment that explains the purpose of the sigqueue.c test program. X-Git-Tag: svn/VALGRIND_3_6_0~494 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e84bb3784d767022117f6681ebabb11a6cc7ec6;p=thirdparty%2Fvalgrind.git Added a comment that explains the purpose of the sigqueue.c test program. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10915 --- 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