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:
Jessica Clarke
2026-05-01 17:55:28 +01:00
parent c64ee36e5d
commit 50bd6ee0cc
+2 -2
View File
@@ -114,12 +114,12 @@
#define HAVE_PTHREAD_SETNAME_NP 1
/* 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
#endif
/* 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
#endif