diff options
Diffstat (limited to 'regress/lib/libc/sys/t_sigaltstack.c')
-rw-r--r-- | regress/lib/libc/sys/t_sigaltstack.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/regress/lib/libc/sys/t_sigaltstack.c b/regress/lib/libc/sys/t_sigaltstack.c index ac02650296a..b02063bf2d9 100644 --- a/regress/lib/libc/sys/t_sigaltstack.c +++ b/regress/lib/libc/sys/t_sigaltstack.c @@ -1,4 +1,4 @@ -/* $OpenBSD: t_sigaltstack.c,v 1.1 2021/09/02 12:40:44 mbuhl Exp $ */ +/* $OpenBSD: t_sigaltstack.c,v 1.2 2021/12/13 16:56:48 deraadt Exp $ */ /* $NetBSD: t_sigaltstack.c,v 1.2 2020/05/01 21:35:30 christos Exp $ */ /*- @@ -28,9 +28,6 @@ */ #include "macros.h" -#include <sys/cdefs.h> -__RCSID("$NetBSD: t_sigaltstack.c,v 1.2 2020/05/01 21:35:30 christos Exp $"); - #include <signal.h> #include <stdbool.h> |