Re: error: invalid operands to binary &
- From: Keith Thompson <kst-u@xxxxxxx>
- Date: Mon, 17 Jul 2006 20:52:39 GMT
lawrence.jones@xxxxxxx writes:
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.
And if you have more questions about these functions, you need to ask
elsewhere, probably in comp.unix.programmer. (This is addressed to
the OP, not to spibou or lawrence.jones.)
--
Keith Thompson (The_Other_Keith) kst-u@xxxxxxx <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
.
- References:
- error: invalid operands to binary &
- From: muthu
- Re: error: invalid operands to binary &
- From: spibou
- Re: error: invalid operands to binary &
- From: lawrence . jones
- error: invalid operands to binary &
- Prev by Date: Re: Help for designing outlines in c language
- Next by Date: Re: A debugging implementation of malloc
- Previous by thread: Re: error: invalid operands to binary &
- Next by thread: char *arr[n] Vs. char **arr
- Index(es):