summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarc <>2001-12-17 03:31:11 +0000
committermarc <>2001-12-17 03:31:11 +0000
commit65bf7ee6190777552683e91fe4c627663e22339a (patch)
tree73d818205b41f3da58b49c93adcb18573893320a
parent501b069937cce03a23cfe88e87a3f96f0a5a0869 (diff)
downloadopenbsd-65bf7ee6190777552683e91fe4c627663e22339a.tar.gz
openbsd-65bf7ee6190777552683e91fe4c627663e22339a.tar.bz2
openbsd-65bf7ee6190777552683e91fe4c627663e22339a.zip
OpenBSD tag, explicit public domain notice
-rw-r--r--src/regress/lib/libc/sigreturn/sigret.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/regress/lib/libc/sigreturn/sigret.c b/src/regress/lib/libc/sigreturn/sigret.c
index bd661a3649..d7af5bc679 100644
--- a/src/regress/lib/libc/sigreturn/sigret.c
+++ b/src/regress/lib/libc/sigreturn/sigret.c
@@ -1,4 +1,8 @@
1/* 1/*
2 * $OpenBSD: sigret.c,v 1.2 2001/12/17 03:31:11 marc Exp $
3 *
4 * Public Domain
5 *
2 * Playing games with sigreturn. Check if calling sigreturn from a 6 * Playing games with sigreturn. Check if calling sigreturn from a
3 * signal handler screws anything up. 7 * signal handler screws anything up.
4 * 8 *