sysconf.json: remove erroneous const in fd2path

This commit is contained in:
Giacomo Tesio 2018-10-25 00:37:23 +02:00
parent 93111d7b0e
commit fcb7cbac52
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@
{ {
"Args": [ "Args": [
"int32_t", "int32_t",
"const char*", "char*",
"uint32_t" "uint32_t"
], ],
"Id": 10, "Id": 10,