fix sigset macro for 64-bit systems (<< was overflowing due to wrong type)
[musl] / src / string / memrchr.c
2011-04-13 Rich Felkerimplement memrchr (nonstandard) and optimize strrchr...