equeue: avoid non-standard bit shifts
Shifting negative numbers right is implementation-defined, and shifting
positive signed numbers left and exceeding positive range is undefined.

Take care to make sure we always shift unsigned values.
ls
1 parent 8637069 commit aad7d9183b0f298e16420e86792a832581c90fae
@Kevin Bracey Kevin Bracey authored on 31 Oct 2019
Showing 1 changed file
View
events/source/equeue.c