https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 070ad6b813834ae1486c6d1fb96d275472f33032 authored by Jason Self on 11 June 2014, 08:11:55 UTC
Linux-libre 3.12.22-gnu
Tip revision: 070ad6b
bugs_64.c
/*
 * Copyright 2003 PathScale, Inc.
 *
 * Licensed under the GPL
 */

#include <sysdep/ptrace.h>

void arch_check_bugs(void)
{
}

void arch_examine_signal(int sig, struct uml_pt_regs *regs)
{
}
back to top