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, 5 insertions, 0 deletions
diff --git a/templates/wrapper_table b/templates/wrapper_table
index 2419c7d..f1a3220 100644
--- a/templates/wrapper_table
+++ b/templates/wrapper_table
@@ -22,5 +22,10 @@ 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
+ },
{ NULL, NULL, NULL },
};