]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - arch/x86/um/bugs_64.c
um: get rid of pointless include "..." where include <...> will do
[mirror_ubuntu-zesty-kernel.git] / arch / x86 / um / bugs_64.c
CommitLineData
1da177e4
LT
1/*
2 * Copyright 2003 PathScale, Inc.
3 *
4 * Licensed under the GPL
5 */
6
37185b33 7#include <sysdep/ptrace.h>
1da177e4 8
1da177e4
LT
9void arch_check_bugs(void)
10{
11}
12
9226b838 13void arch_examine_signal(int sig, struct uml_pt_regs *regs)
1da177e4 14{
1da177e4 15}