diff options
author | Jo-Philipp Wich <jo@mein.io> | 2024-09-20 10:37:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-20 10:37:12 +0200 |
commit | c938ee9851f7004ea6f97f0a747feeba5035fd25 (patch) | |
tree | ff3498e4dc7b22746d541e9bb4b60b26458076c9 /tests/custom | |
parent | d0f423b60a5c0bf1ec3a374eda53420b2becf408 (diff) | |
parent | 56ebeeca5349773db0ff8104dbf2f99d10d13f16 (diff) |
Merge pull request #218 from jonasjelonek/add-ioctl
fs: add ioctl() file method
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] }", |