summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 *