]> 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:17 +0000 (12:56 +0000)
commit29a3e5660bd8cbe6985ccb3a5571bdc150e42497
tree5c3296961eb9ee5a57b7ff4106ce3b02cf68c48e
parent1d9c5faeb399305e62c310d432ca9553b6704b8d
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