godot/drivers/unix
Pablo Andres Fuente 84e24017b0
Adding a macro on NetSocketPosix to pick the right type for FIONREAD len
On Windows, `ioctlsocket` returns `len` as an unsigned long.
On Posix, `ioctl` returns `len` as an int.
This aims to fix #41287 bug, which was seen on Linux.
The implementation is just a new macro that is set with the proper type
for each platform.
2024-09-17 16:09:33 +02:00
..
SCsub
dir_access_unix.cpp
dir_access_unix.h
file_access_unix.cpp
file_access_unix.h
file_access_unix_pipe.cpp
file_access_unix_pipe.h
ip_unix.cpp
ip_unix.h
net_socket_posix.cpp Adding a macro on NetSocketPosix to pick the right type for FIONREAD len 2024-09-17 16:09:33 +02:00
net_socket_posix.h
os_unix.cpp
os_unix.h
syslog_logger.cpp
syslog_logger.h
thread_posix.cpp
thread_posix.h