summaryrefslogtreecommitdiff
path: root/regress/lib/libc
diff options
context:
space:
mode:
authorMarco S Hyman <marc@cvs.openbsd.org>2001-12-17 03:31:12 +0000
committerMarco S Hyman <marc@cvs.openbsd.org>2001-12-17 03:31:12 +0000
commite4a95e9dc872698c6b366ac1cb3a76622f6684a3 (patch)
treeb0ad29d8a2c0e07814ad231c680c9587bd233b47 /regress/lib/libc
parent0390ba30fc5eb5713ae76fbb96195d911c5d691e (diff)
OpenBSD tag, explicit public domain notice
Diffstat (limited to 'regress/lib/libc')
-rw-r--r--regress/lib/libc/sigreturn/sigret.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/regress/lib/libc/sigreturn/sigret.c b/regress/lib/libc/sigreturn/sigret.c
index bd661a3649c..d7af5bc679a 100644
--- a/regress/lib/libc/sigreturn/sigret.c
+++ b/regress/lib/libc/sigreturn/sigret.c
@@ -1,4 +1,8 @@
/*
+ * $OpenBSD: sigret.c,v 1.2 2001/12/17 03:31:11 marc Exp $
+ *
+ * Public Domain
+ *
* Playing games with sigreturn. Check if calling sigreturn from a
* signal handler screws anything up.
*