Remove unused declaration
* defs.h: Remove unused declaration of handle_new_child(). Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
This commit is contained in:
parent
d9ec141671
commit
3ec9632376
3
defs.h
3
defs.h
@ -628,9 +628,6 @@ extern int pathtrace_match(struct tcb *);
|
||||
extern int change_syscall(struct tcb *, int);
|
||||
extern int internal_fork(struct tcb *);
|
||||
extern int internal_exec(struct tcb *);
|
||||
#ifdef LINUX
|
||||
extern int handle_new_child(struct tcb *, int, int);
|
||||
#endif
|
||||
|
||||
extern const struct ioctlent *ioctl_lookup(long);
|
||||
extern const struct ioctlent *ioctl_next_match(const struct ioctlent *);
|
||||
|
Loading…
Reference in New Issue
Block a user