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

Commit 1cf5e62a authored by Al Viro's avatar Al Viro Committed by Richard Weinberger
Browse files

um: shared/syscall.h is not even included



... and functions declared in it do not exist

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent dbddc51b
Loading
Loading
Loading
Loading

arch/um/include/shared/syscall.h

deleted100644 → 0
+0 −12
Original line number Diff line number Diff line
/*
 * Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
 * Licensed under the GPL
 */

#ifndef __SYSCALL_USER_H
#define __SYSCALL_USER_H

extern int record_syscall_start(int syscall);
extern void record_syscall_end(int index, long result);

#endif