mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
main/utils: Simplify the FreeBSD ast_get_tid() handling
FreeBSD has had kernel threads for 20+ years.
This commit is contained in:
committed by
asterisk-org-access-app[bot]
parent
db945243e6
commit
b0992fb771
@@ -1172,9 +1172,6 @@ AC_LINK_IFELSE(
|
||||
#)
|
||||
#fi
|
||||
|
||||
# for FreeBSD thr_self
|
||||
AC_CHECK_HEADERS([sys/thr.h])
|
||||
|
||||
AC_MSG_CHECKING(for compiler sync operations)
|
||||
AC_LINK_IFELSE(
|
||||
[AC_LANG_PROGRAM([], [int foo1; int foo2 = __sync_fetch_and_add(&foo1, 1);])],
|
||||
|
Reference in New Issue
Block a user