1
0
Эх сурвалжийг харах

add useless type fd_mask. it's in the reserved namespace.

Rich Felker 14 жил өмнө
parent
commit
33a3f202d1
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      include/sys/select.h

+ 2 - 0
include/sys/select.h

@@ -15,6 +15,8 @@ extern "C" {
 
 #define FD_SETSIZE 1024
 
+typedef unsigned long fd_mask;
+
 typedef struct
 {
 	unsigned long fds_bits[FD_SETSIZE / 8 / sizeof(long)];