remove annotation that marked the cookie in io_setcookie as pointer

This commit is contained in:
leitner
2025-04-25 21:03:12 +00:00
parent fc52e39090
commit 3867c1d7d3

1
io.h
View File

@@ -143,7 +143,6 @@ int io_fd_canwrite(int64 d); /* use this for connected sockets (assumes socket i
int io_fd_flags(int64 d,int flags); /* can be used to tell io_fd to skip one syscall */
/* sandboxing: calls no syscalls */
att_write(2)
void io_setcookie(int64 d,void* cookie);
/* sandboxing: calls no syscalls */