]> 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)
committerasterisk-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Tue, 7 Nov 2023 12:56:26 +0000 (12:56 +0000)
commit5c22cfccd913839b8dca45d512dfc0167c3ef6cb
tree1a142796a51157f25247866108adea1007cf9327
parent6ec59e1e04acd2c69d58f950b75612ebfd6d3004
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