about summary refs log tree commit diff
path: root/misc/sys/select.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc/sys/select.h')
-rw-r--r--misc/sys/select.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/sys/select.h b/misc/sys/select.h
index 729ce7a988..42c3e3e363 100644
--- a/misc/sys/select.h
+++ b/misc/sys/select.h
@@ -42,7 +42,7 @@ struct timeval;
 typedef __fd_mask fd_mask;
 
 /* Representation of a set of file descriptors.  */
-#define	fd_set			__fd_set
+typedef __fd_set fd_set;
 
 /* Maximum number of file descriptors in `fd_set'.  */
 #define	FD_SETSIZE		__FD_SETSIZE