This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] FreeBSD compatibility for <sys/select.h>


On Dec 14 10:06, Sebastian Huber wrote:
> 	* 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.

Patch applied with changes for Cygwin.  I dropped the definition of
sigset_t in Cygwin's cygwin/signal.h in favor of the one from the
new sys/_sigset.h, so we can remove a few Cygwin test macros.


Thanks,
Corinna

-- 
Corinna Vinschen
Cygwin Maintainer
Red Hat

Attachment: pgpTgK7uE9v7r.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]