fix errno comparison
authorhuman <human@neet.fi>
Mon, 16 Nov 2020 17:11:09 +0000 (19:11 +0200)
committerNikolaus Rath <Nikolaus@rath.org>
Tue, 17 Nov 2020 11:06:32 +0000 (11:06 +0000)
commit42f661ede18fdf0fe74f81b304d1f1d91616570d
tree7ce0f394d0a5779a4197e78e1b6cd970ebfb35e3
parentf604536b08584bd7c979eed438f0c46ddd1871f0
fix errno comparison

this affected `-o remember` in single-thread mode, it could prematurely
exit if a signal was received

 # start an example filesystem from example/
 ./passthrough -f -s -o remember=5 ./mnt

 # make the poll() call return with EINTR
 pkill -PIPE passthrough
lib/fuse.c