Skip to content
Snippets Groups Projects
Commit bd6f3f55 authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[libc] change internal representation of fd_set_t

Some case studies (e.g. dyad) use some ugly casts from fd_set_t which lead
to the analysis stopping too early.
Changing the representation of fd_set_t should also help it better conform to
the standard (since a fd_set_t should be able to hold FD_SETSIZE elements).
parent a35d2118
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment