lib/clang: Fix bootstrapping on macOS after LLVM 21 merge
Fixes: 770cf0a5f0 ("Fixups after llvm-project main llvmorg-21-init-19288-gface93e724f4 merge")
MFC after: 1 month
This commit is contained in:
@@ -114,12 +114,12 @@
|
|||||||
#define HAVE_PTHREAD_SETNAME_NP 1
|
#define HAVE_PTHREAD_SETNAME_NP 1
|
||||||
|
|
||||||
/* Define to 1 if you have the `pthread_get_name_np' function. */
|
/* Define to 1 if you have the `pthread_get_name_np' function. */
|
||||||
#if !defined(__linux__)
|
#if defined(__FreeBSD__)
|
||||||
#define HAVE_PTHREAD_GET_NAME_NP 1
|
#define HAVE_PTHREAD_GET_NAME_NP 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Define to 1 if you have the `pthread_set_name_np' function. */
|
/* Define to 1 if you have the `pthread_set_name_np' function. */
|
||||||
#if !defined(__linux__)
|
#if defined(__FreeBSD__)
|
||||||
#define HAVE_PTHREAD_SET_NAME_NP 1
|
#define HAVE_PTHREAD_SET_NAME_NP 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user