Remove unused set_h_errno

This commit is contained in:
foobar 2005-02-12 18:14:03 +00:00
parent 6159f69023
commit 30deea4d30
2 changed files with 0 additions and 2 deletions

View file

@ -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 {

View file

@ -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"