summaryrefslogtreecommitdiff
path: root/lib/libc/internal/include/__select.h
blob: a38bbdce4ba3790e599d892d818b122ff1b5e761 (plain)
1
2
3
4
5
6
7
8
#ifndef __LIBC_SELECT_H
#define __LIBC_SELECT_H

struct __fd_set {
	unsigned long fds_bits[16];
};

#endif