diff options
author | Jonas Jelonek <jelonek.jonas@gmail.com> | 2024-08-16 11:36:53 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2024-09-20 09:44:34 +0200 |
commit | 56ebeeca5349773db0ff8104dbf2f99d10d13f16 (patch) | |
tree | cb654ddda28e50ffb1f6e069da59ed4c9626bcd9 /tests/custom | |
parent | 6ea37c8fa4c4780ff99441ac787a2c9cd38c7bc6 (diff) |
fs: add ioctl() file method
implements ioctl() for a given file handle on Linux.
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
Diffstat (limited to 'tests/custom')
-rw-r--r-- | tests/custom/03_stdlib/40_proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/custom/03_stdlib/40_proto b/tests/custom/03_stdlib/40_proto index d96d124..0f65910 100644 --- a/tests/custom/03_stdlib/40_proto +++ b/tests/custom/03_stdlib/40_proto @@ -38,6 +38,7 @@ When invoked with two arguments, returns the given value. Hello, World! [ { + "ioctl": "function ioctl(...) { [native code] }", "lock": "function lock(...) { [native code] }", "truncate": "function truncate(...) { [native code] }", "isatty": "function isatty(...) { [native code] }", |