(root)/
strace-6.5/
src/
linux/
x86_64/
getregs_old.h
       1  /*
       2   * Copyright (c) 2016-2021 The strace developers.
       3   * All rights reserved.
       4   *
       5   * SPDX-License-Identifier: LGPL-2.1-or-later
       6   */
       7  
       8  #define HAVE_GETREGS_OLD
       9  static int getregs_old(struct tcb *);