diff options
author | 2022-09-11 15:01:57 -0700 | |
---|---|---|
committer | 2022-09-11 15:01:57 -0700 | |
commit | b78b36ce331f9d7c5c9a2398388ce2b0468d95ce (patch) | |
tree | 667684e2bcb7b2eba4a32694b71f25f9a4d9b0e7 /src/io/io_linux.zig | |
parent | 0130efeedf4ff422196fb98b92499524f5336d3b (diff) | |
download | bun-b78b36ce331f9d7c5c9a2398388ce2b0468d95ce.tar.gz bun-b78b36ce331f9d7c5c9a2398388ce2b0468d95ce.tar.zst bun-b78b36ce331f9d7c5c9a2398388ce2b0468d95ce.zip |
Fix build issue on Linux?
Diffstat (limited to 'src/io/io_linux.zig')
-rw-r--r-- | src/io/io_linux.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/io_linux.zig b/src/io/io_linux.zig index af5382053..d3af77d7c 100644 --- a/src/io/io_linux.zig +++ b/src/io/io_linux.zig @@ -999,7 +999,7 @@ pub const Waker = struct { return @intCast(u64, bytes); } - pub fn wake(this: Waker) !void { + pub fn wake(this: *const Waker) !void { var bytes: usize = 1; _ = std.os.write( this.fd, |