(root)/
strace-6.5/
src/
get_personality.h
       1  /*
       2   * Copyright (c) 2018 Dmitry V. Levin <ldv@strace.io>
       3   * Copyright (c) 2018-2021 The strace developers.
       4   * All rights reserved.
       5   *
       6   * SPDX-License-Identifier: LGPL-2.1-or-later
       7   */
       8  
       9  #ifndef STRACE_GET_PERSONALITY_H
      10  # define STRACE_GET_PERSONALITY_H
      11  
      12  # include "ptrace.h"
      13  
      14  extern int
      15  get_personality_from_syscall_info(const struct_ptrace_syscall_info *);
      16  
      17  #endif /* !STRACE_GET_PERSONALITY_H */