summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/sys/t_sigaltstack.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libc/sys/t_sigaltstack.c')
-rw-r--r--src/regress/lib/libc/sys/t_sigaltstack.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/regress/lib/libc/sys/t_sigaltstack.c b/src/regress/lib/libc/sys/t_sigaltstack.c
index ac02650296..b02063bf2d 100644
--- a/src/regress/lib/libc/sys/t_sigaltstack.c
+++ b/src/regress/lib/libc/sys/t_sigaltstack.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: t_sigaltstack.c,v 1.1 2021/09/02 12:40:44 mbuhl Exp $ */ 1/* $OpenBSD: t_sigaltstack.c,v 1.2 2021/12/13 16:56:48 deraadt Exp $ */
2/* $NetBSD: t_sigaltstack.c,v 1.2 2020/05/01 21:35:30 christos Exp $ */ 2/* $NetBSD: t_sigaltstack.c,v 1.2 2020/05/01 21:35:30 christos Exp $ */
3 3
4/*- 4/*-
@@ -28,9 +28,6 @@
28 */ 28 */
29#include "macros.h" 29#include "macros.h"
30 30
31#include <sys/cdefs.h>
32__RCSID("$NetBSD: t_sigaltstack.c,v 1.2 2020/05/01 21:35:30 christos Exp $");
33
34#include <signal.h> 31#include <signal.h>
35#include <stdbool.h> 32#include <stdbool.h>
36 33