summaryrefslogtreecommitdiff
path: root/src/sys/time/fd_set.c
blob: 7e4358635645d73d50b187d69a9bf5cbc29f11ae (plain)
1
2
3
4
5
6
7
8
9
#include <sys/time.h>

typedef struct {
	long fds_bits[];
};

/*
XOPEN(400)
*/