aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sysdep.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index edc3f05ab2b..46802dd1eb0 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -56,12 +56,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
56#include <netdb.h> 56#include <netdb.h>
57#endif /* HAVE_SOCKETS */ 57#endif /* HAVE_SOCKETS */
58 58
59#ifdef TRY_AGAIN
60#ifndef HAVE_H_ERRNO
61extern int h_errno;
62#endif
63#endif /* TRY_AGAIN */
64
65#ifdef WINDOWSNT 59#ifdef WINDOWSNT
66#define read sys_read 60#define read sys_read
67#define write sys_write 61#define write sys_write