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