1 /*
2 * Copyright (c) 2015-2021 The strace developers.
3 * All rights reserved.
4 *
5 * SPDX-License-Identifier: LGPL-2.1-or-later
6 */
7
8 #ifndef STRACE_PRINTSIGINFO_H
9 # define STRACE_PRINTSIGINFO_H
10
11 extern void printsiginfo(struct tcb *, const siginfo_t *);
12
13 #endif /* !STRACE_PRINTSIGINFO_H */