diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2012-02-19 06:49:27 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2012-02-19 06:49:27 +0000 |
commit | dfed3a791ee2ea61fe73b00b9c48349db108ee91 (patch) | |
tree | 118136d8e4326310a3cd5ea8c147b0509915b90f | |
parent | 1a8f98c00c2140eac602330559a9d09a7865d26f (diff) |
Add Id and public-domain declaration
-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> |