]> git.ipfire.org Git - thirdparty/asterisk.git/commit
main/utils: Implement ast_get_tid() for OpenBSD
authorBrad Smith <brad@comstyle.com>
Thu, 2 Nov 2023 00:22:58 +0000 (20:22 -0400)
committerBrad Smith <brad@comstyle.com>
Tue, 7 Nov 2023 12:56:23 +0000 (12:56 +0000)
commitd1f8978d91666ab97cc4eac64cf95caaef0c4963
treeb8641049e974c006c6735634b14e7757de9431f9
parent9c70df1bb7d8334758d19f481d5b89d09b289bfe
main/utils: Implement ast_get_tid() for OpenBSD

Implement the ast_get_tid() function for OpenBSD. OpenBSD supports
getting the TID via getthrid().
main/utils.c