Skip to content
Snippets Groups Projects
Commit 7d5a9249 authored by sof's avatar sof
Browse files

[project @ 1997-03-20 22:25:32 by sof]

Rename __FD_SETSIZE to FD_SETSIZE, if necessary
parent 5fb9e913
No related merge requests found
......@@ -247,9 +247,10 @@ char *stgMallocWords PROTO((I_, char *));
#include <sys/types.h>
#endif /* HAVE_SYS_TYPES_H */
/* A real hack this */
#ifndef linux_TARGET_OS
# ifndef FD_SETSIZE
#ifndef FD_SETSIZE
# ifdef __FD_SETSIZE
# define FD_SETSIZE __FD_SETSIZE
# else /* cop out */
# define FD_SETSIZE 1024
# endif
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment