um: get rid of pointless include "..." where include <...> will do
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:

committed by
Richard Weinberger

parent
382d95fdfa
commit
37185b3324
@@ -9,8 +9,8 @@
|
||||
#ifdef __i386__
|
||||
#include <sys/user.h>
|
||||
#endif
|
||||
#include "longjmp.h"
|
||||
#include "sysdep/ptrace_user.h"
|
||||
#include <longjmp.h>
|
||||
#include <sysdep/ptrace_user.h>
|
||||
|
||||
int save_fp_registers(int pid, unsigned long *fp_regs)
|
||||
{
|
||||
|
@@ -2,7 +2,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <signal.h>
|
||||
#include <sys/mman.h>
|
||||
#include "longjmp.h"
|
||||
#include <longjmp.h>
|
||||
|
||||
#ifdef __i386__
|
||||
|
||||
|
@@ -5,7 +5,7 @@
|
||||
#include <sys/syscall.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "sysdep/tls.h"
|
||||
#include <sysdep/tls.h>
|
||||
|
||||
#ifndef PTRACE_GET_THREAD_AREA
|
||||
#define PTRACE_GET_THREAD_AREA 25
|
||||
|
Reference in New Issue
Block a user