Unbreak world build after r333064

Reported by:	O. Hartmann <ohartmann walstatt.org>
This commit is contained in:
Mateusz Guzik 2018-04-27 15:50:22 +00:00
parent b79f74cc64
commit d552176e4b

View file

@ -53,7 +53,9 @@ typedef void (*systrace_probe_func_t)(struct syscall_args *,
enum systrace_probe_t, int);
typedef void (*systrace_args_func_t)(int, void *, uint64_t *, int *);
#ifdef _KERNEL
extern bool systrace_enabled;
#endif
extern systrace_probe_func_t systrace_probe_func;
struct sysent { /* system call table */