> > typedef struct { > > unsigned int n; > > uint64_t v; > > } sigset_t; > > You can't use any BSD or FreeBSD specific types (such as u_int32)t) in > publicly visible types (such as sigset_t). It breaks programs because it's > not ANSI and/or Posix. You can use internal names like __uint32_t from <machine/ansi.h> for. They are in the implementation namespace. Dima To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
- (P)review: sigset_t for more than 32 signals Marcel Moolenaar
- Re: (P)review: sigset_t for more than 32 signals Peter Dufault
- Re: (P)review: sigset_t for more than 32 signals Marcel Moolenaar
- Re: (P)review: sigset_t for more than 32 sig... Peter Dufault
- Re: (P)review: sigset_t for more than 32... Marcel Moolenaar
- Re: (P)review: sigset_t for more than 32... Garrett Wollman
- Re: (P)review: sigset_t for more th... Bruce Evans
- Re: (P)review: sigset_t for more than 32 sig... Dmitrij Tejblum
- Re: (P)review: sigset_t for more than 32 sig... Garrett Wollman
- Re: (P)review: sigset_t for more than 32... Marcel Moolenaar
- Re: (P)review: sigset_t for more than 32... Peter Dufault
- Re: (P)review: sigset_t for more than 32 signals Peter Dufault
- Re: (P)review: sigset_t for more than 32 signals Marcel Moolenaar
- Re: (P)review: sigset_t for more than 32 sig... Peter Dufault
- Re: (P)review: sigset_t for more than 32... Peter Dufault
- Re: (P)review: sigset_t for more than 32... Garrett Wollman
- Re: (P)review: sigset_t for more than 32 sig... John Polstra
- Re: (P)review: sigset_t for more than 32... Marcel Moolenaar