Skip to content

Commit 2fc49d4

Browse files
committed
fix header
1 parent 8289f69 commit 2fc49d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/io.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ ssize_t
1313
udx__recvmsg (udx_socket_t *handle, uv_buf_t *buf, struct sockaddr *addr, int addr_len);
1414

1515
int
16-
udx__udp_set_rxq_ovfl (int fd);
16+
udx__udp_set_rxq_ovfl (uv_os_sock_t fd);
1717

1818
#endif // UDX_IO_H

0 commit comments

Comments
 (0)