Linux Audio

Check our new training course

Linux debugging, profiling, tracing and performance analysis training

Apr 14-17, 2025
Register
Loading...
v4.6
 1/*
 2 * Copyright 2003 PathScale, Inc.
 3 *
 4 * Licensed under the GPL
 5 */
 6
 7#include <sysdep/ptrace.h>
 8
 9void arch_check_bugs(void)
10{
11}
12
13void arch_examine_signal(int sig, struct uml_pt_regs *regs)
14{
15}
v6.8
 1/*
 2 * Copyright 2003 PathScale, Inc.
 3 *
 4 * Licensed under the GPL
 5 */
 6
 7#include <sysdep/ptrace.h>
 8
 9void arch_check_bugs(void)
10{
11}
12
13void arch_examine_signal(int sig, struct uml_pt_regs *regs)
14{
15}