Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FreeBSD compatibility for <sys/select.h> | Sebastian Huber | 2015-12-14 | 1 | -0/+43 |
* libc/include/sys/_sigset.h: New. * libc/include/sys/select.h: Do not include <sys/types.h> and <sys/time.h> to avoid cyclic header file dependencies. Include specialized header files instead. (sigset_t): Conditionally define. * libc/include/sys/signal.h (sigset_t): Likewise. * libc/include/sys/time.h: Include <sys/select.h> if __BSD_VISIBLE. * libc/include/sys/types.h: Likewise. |