Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273013
b: refs/heads/master
c: c75361b
h: refs/heads/master
i:
  273011: 04f9dbd
v: v3
  • Loading branch information
Al Viro authored and Richard Weinberger committed Nov 2, 2011
1 parent e493bbd commit 8eaade7
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 49 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 62982ad6b013a35c2e49caab2b90855d3ad4531d
refs/heads/master: c75361bddb21761cabddde95dcae2059b021ea5d
25 changes: 21 additions & 4 deletions trunk/arch/um/sys-x86/shared/sysdep/skas_ptrace.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
#ifdef __i386__
#include "skas_ptrace_32.h"
#else
#include "skas_ptrace_64.h"
/*
* Copyright (C) 2000, 2001, 2002 Jeff Dike (jdike@karaya.com)
* Licensed under the GPL
*/

#ifndef __SYSDEP_X86_SKAS_PTRACE_H
#define __SYSDEP_X86_SKAS_PTRACE_H

struct ptrace_faultinfo {
int is_write;
unsigned long addr;
};

struct ptrace_ldt {
int func;
void *ptr;
unsigned long bytecount;
};

#define PTRACE_LDT 54

#endif
22 changes: 0 additions & 22 deletions trunk/arch/um/sys-x86/shared/sysdep/skas_ptrace_32.h

This file was deleted.

22 changes: 0 additions & 22 deletions trunk/arch/um/sys-x86/shared/sysdep/skas_ptrace_64.h

This file was deleted.

0 comments on commit 8eaade7

Please sign in to comment.