From f3765db04b903b3671733e07cf1541a51966dd14 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Fri, 21 Feb 2014 04:46:49 +0000 Subject: Imported from /home/lorry/working-area/delta_python-packages_posix-ipc-tarball/posix_ipc-0.9.8.tar.gz. --- prober/sniff_mq_existence.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 prober/sniff_mq_existence.c (limited to 'prober/sniff_mq_existence.c') diff --git a/prober/sniff_mq_existence.c b/prober/sniff_mq_existence.c new file mode 100644 index 0000000..af98b15 --- /dev/null +++ b/prober/sniff_mq_existence.c @@ -0,0 +1,8 @@ +#include + +int main(void) { + mq_unlink(""); + + return 0; +} + -- cgit v1.2.1