projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e983aea
)
add useless type fd_mask. it's in the reserved namespace.
author
Rich Felker
<dalias@aerifal.cx>
Thu, 14 Apr 2011 20:23:31 +0000
(16:23 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Thu, 14 Apr 2011 20:23:31 +0000
(16:23 -0400)
include/sys/select.h
patch
|
blob
|
history
diff --git
a/include/sys/select.h
b/include/sys/select.h
index 54d8030ff485cd6dfe854f4ce8953fbc65cf07df..7cb0af43de44a036d1b6e057a4e0827a37ecc18c 100644
(file)
--- a/
include/sys/select.h
+++ b/
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)];