summaryrefslogtreecommitdiff
path: root/ext/fs/ops.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/fs/ops.rs')
-rw-r--r--ext/fs/ops.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fs/ops.rs b/ext/fs/ops.rs
index 7d28b56b0..acf2c216f 100644
--- a/ext/fs/ops.rs
+++ b/ext/fs/ops.rs
@@ -1569,7 +1569,7 @@ pub fn op_fs_ftruncate_sync(
}
#[op2(async)]
-pub async fn op_fs_ftruncate_async(
+pub async fn op_fs_file_truncate_async(
state: Rc<RefCell<OpState>>,
#[smi] rid: ResourceId,
#[number] len: u64,