Skip to content
Snippets Groups Projects
Commit e3f60a38 authored by KO Myung-Hun's avatar KO Myung-Hun Committed by Steve Lhomme
Browse files

bin: fix linkage on OS/2


Signed-off-by: default avatarSteve Lhomme <robux4@ycbcr.xyz>
parent 715b6d0f
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,7 @@
# define pthread_t int
# define pthread_self() _gettid()
# define pthread_sigmask(h, i, o) sigprocmask(h, i, o)
static char *FromSystem(const void *str)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment