Home
last modified time | relevance | path

Searched refs:FD_SETSIZE_ROUND (Results 1 – 1 of 1) sorted by relevance

/dports/mail/avenger/avenger-0.8.5/libasync/
H A Dcore.C32 #define FD_SETSIZE_ROUND (sizeof (long))/* # Bytes to which to round fd_sets */ macro
493 if (fd_set_bytes % FD_SETSIZE_ROUND) in start()
494 fd_set_bytes += FD_SETSIZE_ROUND - (fd_set_bytes % FD_SETSIZE_ROUND); in start()