diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 2001-12-17 03:31:12 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 2001-12-17 03:31:12 +0000 |
commit | e4a95e9dc872698c6b366ac1cb3a76622f6684a3 (patch) | |
tree | b0ad29d8a2c0e07814ad231c680c9587bd233b47 /regress/lib/libc | |
parent | 0390ba30fc5eb5713ae76fbb96195d911c5d691e (diff) |
OpenBSD tag, explicit public domain notice
Diffstat (limited to 'regress/lib/libc')
-rw-r--r-- | regress/lib/libc/sigreturn/sigret.c | 4 |
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. * |