FDS_TABLE_SIZE
int hash = pid % FDS_TABLE_SIZE;
static fds_t *fds_tbl[FDS_TABLE_SIZE];
(void) memset(fds_tbl, 0, sizeof (fds_t *) * FDS_TABLE_SIZE);