diff options
Diffstat (limited to 'regress/lib/libpthread/stack/stack.c')
-rw-r--r-- | regress/lib/libpthread/stack/stack.c | 4 |
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> |