mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Remove unused set_h_errno
This commit is contained in:
parent
6159f69023
commit
30deea4d30
2 changed files with 0 additions and 2 deletions
|
@ -41,7 +41,6 @@
|
|||
#define errno WSAGetLastError()
|
||||
#define h_errno WSAGetLastError()
|
||||
#define set_errno(a) WSASetLastError(a)
|
||||
#define set_h_errno(a) WSASetLastError(a)
|
||||
#define close(a) closesocket(a)
|
||||
|
||||
struct sockaddr_un {
|
||||
|
|
|
@ -50,7 +50,6 @@
|
|||
# include <sys/uio.h>
|
||||
# define IS_INVALID_SOCKET(a) (a->bsd_socket < 0)
|
||||
# define set_errno(a) (errno = a)
|
||||
# define set_h_errno(a) (h_errno = a)
|
||||
#else /* windows */
|
||||
# include "php_sockets.h"
|
||||
# include "php_sockets_win.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue