From 56ebeeca5349773db0ff8104dbf2f99d10d13f16 Mon Sep 17 00:00:00 2001 From: Jonas Jelonek Date: Fri, 16 Aug 2024 11:36:53 +0000 Subject: fs: add ioctl() file method implements ioctl() for a given file handle on Linux. Signed-off-by: Jonas Jelonek --- tests/custom/03_stdlib/40_proto | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/custom') 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] }", -- cgit v1.2.3