kernel: return long from file related syscalls

This commit is contained in:
Giacomo Tesio 2016-11-30 20:18:45 +01:00
parent a9745e02c5
commit bbb375a585
1 changed files with 6 additions and 6 deletions

View File

@ -80,7 +80,7 @@
"Id": 5, "Id": 5,
"Name": "close", "Name": "close",
"Ret": [ "Ret": [
"int" "long"
] ]
}, },
{ {
@ -92,7 +92,7 @@
"Id": 6, "Id": 6,
"Name": "create", "Name": "create",
"Ret": [ "Ret": [
"int" "long"
] ]
}, },
{ {
@ -170,7 +170,7 @@
"Id": 13, "Id": 13,
"Name": "fstat", "Name": "fstat",
"Ret": [ "Ret": [
"int" "long"
] ]
}, },
{ {
@ -195,7 +195,7 @@
"Id": 15, "Id": 15,
"Name": "fwstat", "Name": "fwstat",
"Ret": [ "Ret": [
"int32_t" "long"
] ]
}, },
{ {
@ -248,7 +248,7 @@
"Id": 20, "Id": 20,
"Name": "open", "Name": "open",
"Ret": [ "Ret": [
"int" "long"
] ]
}, },
{ {
@ -294,7 +294,7 @@
"Id": 24, "Id": 24,
"Name": "remove", "Name": "remove",
"Ret": [ "Ret": [
"int" "long"
] ]
}, },
{ {