]> granicus.if.org Git - strace/blob - printsiginfo.h
clone: fix print_tls_arg on x86
[strace] / printsiginfo.h
1 /*
2  * Copyright (c) 2016-2018 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(const siginfo_t *);
12
13 #endif /* !STRACE_PRINTSIGINFO_H */