use namespace-safe __lseek for __stdio_seek instead of direct syscall
[musl] / src / string / memrchr.c
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2011-04-13 Rich Felkerimplement memrchr (nonstandard) and optimize strrchr...