]> granicus.if.org Git - strace/commitdiff
Remove unused declaration
authorDenys Vlasenko <dvlasenk@redhat.com>
Fri, 19 Aug 2011 23:43:32 +0000 (01:43 +0200)
committerDenys Vlasenko <dvlasenk@redhat.com>
Tue, 23 Aug 2011 10:53:01 +0000 (12:53 +0200)
* defs.h: Remove unused declaration of handle_new_child().

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
defs.h

diff --git a/defs.h b/defs.h
index 1542861d8b6f42b5ac60a0f0cdb99f5d95bb916e..b2c67aa9d94f6cac884453d62088121cfa7fbaf7 100644 (file)
--- a/defs.h
+++ b/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 *);