summaryrefslogtreecommitdiff
path: root/src/get_personality.h
blob: bb02bd4e2f27034fd7e62373798e58182c185239 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Copyright (c) 2018 Dmitry V. Levin <ldv@strace.io>
 * Copyright (c) 2018-2020 The strace developers.
 * All rights reserved.
 *
 * SPDX-License-Identifier: LGPL-2.1-or-later
 */

#ifndef STRACE_GET_PERSONALITY_H
# define STRACE_GET_PERSONALITY_H

# include "ptrace.h"

extern int
get_personality_from_syscall_info(const struct_ptrace_syscall_info *);

#endif /* !STRACE_GET_PERSONALITY_H */