]> git.ozlabs.org Git - ccan/commitdiff
ccan: fix erroneous fd negation in poll.c.
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 28 Feb 2019 05:26:10 +0000 (15:56 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 28 Feb 2019 05:26:10 +0000 (15:56 +1030)
We could just make them -1, since we don't rely on the values.
But simple negation doesn't make 0 invalid.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>

No differences found