From 0ab440734b1a90d354275dc178588ee4686226f3 Mon Sep 17 00:00:00 2001 From: guenther Date: Sun, 19 Feb 2012 06:49:26 +0000 Subject: Add Id and public-domain declaration --- regress/lib/libpthread/stack/stack.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'regress/lib/libpthread/stack/stack.c') 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 */ + +/* Test the handling of the pthread_attr_t stack attributes */ #include #include -- cgit v1.2.3-59-g8ed1b