]> 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 Development Team <asteriskteam@digium.com>
Fri, 12 Jan 2024 18:32:13 +0000 (18:32 +0000)
commit5fa3c03738854897ebc4aee979df95bf0874191c
tree4e5c36b241d072d0ddc62204fe16089402d00652
parent3949358ee1966f9c9b798506ddbdf3347380920d
main/utils: Implement ast_get_tid() for OpenBSD

Implement the ast_get_tid() function for OpenBSD. OpenBSD supports
getting the TID via getthrid().

(cherry picked from commit 29a3e5660bd8cbe6985ccb3a5571bdc150e42497)
main/utils.c