util: Define strchrnul on macOS.
strchrnul is not available on macOS.
pipe_loader.c:141:14: error: implicit declaration of function 'strchrnul' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
next = strchrnul(library_paths, ':');
^
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Acked-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifndef _GNU_SOURCE
|
||||
#if !defined(_GNU_SOURCE) || defined(__APPLE__)
|
||||
|
||||
#define strchrnul util_strchrnul
|
||||
static inline char *
|
||||
|
||||
Reference in New Issue
Block a user