summaryrefslogtreecommitdiffstats
path: root/regress/lib/libpthread/stack/stack.c
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2012-02-19 06:49:26 +0000
committerguenther <guenther@openbsd.org>2012-02-19 06:49:26 +0000
commit0ab440734b1a90d354275dc178588ee4686226f3 (patch)
treeecdf3961f8e890fab71abd7986e2764695fb51ec /regress/lib/libpthread/stack/stack.c
parentAdd regress test for stack attributes (diff)
downloadwireguard-openbsd-0ab440734b1a90d354275dc178588ee4686226f3.tar.xz
wireguard-openbsd-0ab440734b1a90d354275dc178588ee4686226f3.zip
Add Id and public-domain declaration
Diffstat (limited to 'regress/lib/libpthread/stack/stack.c')
-rw-r--r--regress/lib/libpthread/stack/stack.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/regress/lib/libpthread/stack/stack.c b/regress/lib/libpthread/stack/stack.c
index f7d4fb2d036..e11d512f1fb 100644
--- a/regress/lib/libpthread/stack/stack.c
+++ b/regress/lib/libpthread/stack/stack.c
@@ -1,3 +1,7 @@
+/* $OpenBSD: stack.c,v 1.2 2012/02/19 06:49:26 guenther Exp $ */
+/* PUBLIC DOMAIN Feb 2012 <guenther@openbsd.org> */
+
+/* Test the handling of the pthread_attr_t stack attributes */
#include <sys/types.h>
#include <sys/mman.h>