Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0de021f7 authored by Al Viro's avatar Al Viro Committed by Richard Weinberger
Browse files

um: shared/process.h is empty now; kill it

parent ab1c0cc7
Loading
Loading
Loading
Loading

arch/um/include/shared/process.h

deleted100644 → 0
+0 −9
Original line number Diff line number Diff line
/* 
 * Copyright (C) 2000 - 2008 Jeff Dike (jdike@{addtoit,linux.intel}.com)
 * Licensed under the GPL
 */

#ifndef __PROCESS_H__
#define __PROCESS_H__

#endif
+0 −1
Original line number Diff line number Diff line
@@ -10,7 +10,6 @@
#include <string.h>
#include "irq_user.h"
#include "os.h"
#include "process.h"
#include "um_malloc.h"

/*
+0 −1
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@
#include "init.h"
#include "longjmp.h"
#include "os.h"
#include "process.h"
#include "skas_ptrace.h"

#define ARBITRARY_ADDR -1
+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@
#include "kern_util.h"
#include "init.h"
#include "os.h"
#include "process.h"
#include "sigio.h"
#include "um_malloc.h"

+0 −1
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@
#include "as-layout.h"
#include "kern_util.h"
#include "os.h"
#include "process.h"
#include "sysdep/barrier.h"
#include "sysdep/mcontext.h"

Loading