mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Make the define start at "start of line"
This commit is contained in:
parent
cc3358cfef
commit
92ead72dc7
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ static int net_data_is_ready(my_socket sd)
|
|||
/* Windows uses an _array_ of 64 fd's as default, so it's safe */
|
||||
if (sd >= FD_SETSIZE)
|
||||
return -1;
|
||||
#define NET_DATA_IS_READY_CAN_RETURN_MINUS_ONE
|
||||
#define NET_DATA_IS_READY_CAN_RETURN_MINUS_ONE
|
||||
#endif
|
||||
|
||||
FD_ZERO(&sfds);
|
||||
|
|
Loading…
Reference in a new issue