aboutsummaryrefslogtreecommitdiffstats
path: root/templates/wrapper_table
diff options
context:
space:
mode:
Diffstat (limited to 'templates/wrapper_table')
-rw-r--r--templates/wrapper_table5
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/wrapper_table b/templates/wrapper_table
index dd9c249..42ee159 100644
--- a/templates/wrapper_table
+++ b/templates/wrapper_table
@@ -22,11 +22,6 @@ static struct {
(int (**)(void)) &real_fork,
(int (*)(void)) wrap_fork
},
- { /* int clone(int (*fn)(void *), void *, int, void, ...); */
- "clone",
- (int (**)(void)) &real_clone,
- (int (*)(void)) wrap_clone
- },
{ /* int execv(const char *file, char *const *argv); */
"execv",
(int (**)(void)) &real_execv,