Re: error: invalid operands to binary &
- From: lawrence.jones@xxxxxxx
- Date: Mon, 17 Jul 2006 18:14:51 GMT
spibou@xxxxxxxxx wrote:
*set is of type sigset_t which on my system is a structure.
You cannot apply the binary operators to structures.
You need to use sigaddset(), sigdelset(), and friends to manipulate a
sigset_t.
-Larry Jones
Monopoly is more fun when you make your own Chance cards. -- Calvin
.
- Follow-Ups:
- Re: error: invalid operands to binary &
- From: Keith Thompson
- Re: error: invalid operands to binary &
- References:
- error: invalid operands to binary &
- From: muthu
- Re: error: invalid operands to binary &
- From: spibou
- error: invalid operands to binary &
- Prev by Date: Re: Function declaration without parameters
- Next by Date: Re: beginner level question
- Previous by thread: Re: error: invalid operands to binary &
- Next by thread: Re: error: invalid operands to binary &
- Index(es):