We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 712bfe6 commit 895a458Copy full SHA for 895a458
1 file changed
user/config/config_syscall_aarch64.json
@@ -2130,12 +2130,13 @@
2130
"nr": 220,
2131
"name": "clone",
2132
"params":[
2133
- {"name": "fn", "type": "ptr"},
2134
- {"name": "stack", "type": "ptr"},
2135
{"name": "flags", "type": "int"},
2136
- {"name": "arg0", "type": "int"},
2137
- {"name": "arg1", "type": "int"},
2138
- {"name": "arg2", "type": "int"},
+ {"name": "stack", "type": "ptr"},
+ {"name": "parent_tidptr", "type": "ptr"},
+ {"name": "new_tls", "type": "ptr"},
+ {"name": "child_tidptr", "type": "ptr"},
+ {"name": "fn", "type": "ptr"},
2139
+ {"name": "arg", "type": "ptr"},
2140
{"name": "ret", "type": "int"}
2141
]
2142
},
@@ -3044,4 +3045,4 @@
3044
3045
3046
}
3047
-}
3048
+}
0 commit comments