Make <sys/event.h> work on its own.
Right now this header file doesn't want to build when included on its
own, as it depends on some integer types that are only declared
internally. Switch it over to use <sys/_types.h> and the __*
counterparts.
Make <sys/event.h> work on its own. Tags None Referenced Files None Subscribers None
Description
Details
|