]> granicus.if.org Git - strace/blob - ptrace_syscall_info.h
25850f8a815ff3152efb5a3f7998bc668c3e5033
[strace] / ptrace_syscall_info.h
1 /*
2  * Copyright (c) 2018 Dmitry V. Levin <ldv@altlinux.org>
3  * All rights reserved.
4  *
5  * SPDX-License-Identifier: LGPL-2.1-or-later
6  */
7
8 #ifndef STRACE_PTRACE_SYSCALL_INFO_H
9 #define STRACE_PTRACE_SYSCALL_INFO_H
10
11 extern bool ptrace_get_syscall_info_supported;
12 extern bool test_ptrace_get_syscall_info(void);
13
14 #endif /* !STRACE_PTRACE_SYSCALL_INFO_H */