diff options
-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. * |