mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-05-03 06:46:33 -04:00
tests: Provide memrchr() fallback for platforms that lack it
darwin does not provide memrchr(). Add a local fallback implementation guarded by HAVE_MEMRCHR. Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
This commit is contained in:
parent
2454dd0eec
commit
0815bd0a74
2 changed files with 15 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ endforeach
|
|||
have_funcs = [
|
||||
'accept4',
|
||||
'getpeereid',
|
||||
'memrchr',
|
||||
'mkostemp',
|
||||
'posix_fallocate',
|
||||
'ppoll',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue