summaryrefslogtreecommitdiff
path: root/printsiginfo.h
blob: ee5ecc8eba57330cadaaefc7d8e2712ed5522d45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (c) 2015-2020 The strace developers.
 * All rights reserved.
 *
 * SPDX-License-Identifier: LGPL-2.1-or-later
 */

#ifndef STRACE_PRINTSIGINFO_H
# define STRACE_PRINTSIGINFO_H

extern void printsiginfo(struct tcb *, const siginfo_t *);

#endif /* !STRACE_PRINTSIGINFO_H */