summaryrefslogtreecommitdiff
path: root/tests/test-6.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-04-02 00:51:09 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-04-02 00:53:16 +0200
commit3256110b8b488fde9cd74d5c3a8e5092dcd22921 (patch)
tree011a9ebddf9663ac417fcb3e5025781cfdd60679 /tests/test-6.c
parent40444d81636580c80d6000856cca6078ea41f85e (diff)
Add first-line comment to files lacking it
Diffstat (limited to 'tests/test-6.c')
-rw-r--r--tests/test-6.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-6.c b/tests/test-6.c
index fc0194e..1e08592 100644
--- a/tests/test-6.c
+++ b/tests/test-6.c
@@ -1,3 +1,5 @@
+/* Test barriers. */
+
#define _GNU_SOURCE
#include <pthread.h>