Added a comment that explains the purpose of the sigqueue.c test program.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10915
This commit is contained in:
Bart Van Assche 2009-10-28 10:13:03 +00:00
parent 33d5189e1a
commit 8e84bb3784

View File

@ -1,3 +1,5 @@
/* Test program that invokes the Linux system call rt_sigqueueinfo(). */
#include <signal.h>
#include <string.h>
#include <stddef.h>