diff --git a/libc/src/stdio/gpu/clearerr.cpp b/libc/src/stdio/gpu/clearerr.cpp index dc7a3729aa789..01c34ca936b11 100644 --- a/libc/src/stdio/gpu/clearerr.cpp +++ b/libc/src/stdio/gpu/clearerr.cpp @@ -14,7 +14,7 @@ namespace __llvm_libc { LLVM_LIBC_FUNCTION(void, clearerr, (::FILE * stream)) { - rpc::Client::Port port = rpc::client.open(); + rpc::Client::Port port = rpc::client.open(); port.send_and_recv( [=](rpc::Buffer *buffer) { buffer->data[0] = file::from_stream(stream); }, [&](rpc::Buffer *) {});