summaryrefslogtreecommitdiff
path: root/printsiginfo.h
blob: 4088cb5408e06d1d03ee1bd53c7169a182d05872 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (c) 2016-2018 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(const siginfo_t *);

#endif /* !STRACE_PRINTSIGINFO_H */