diff options
Diffstat (limited to 'lib/sys')
-rw-r--r-- | lib/sys/sys+osx-x64.myr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sys/sys+osx-x64.myr b/lib/sys/sys+osx-x64.myr index ba97c36..cee1a74 100644 --- a/lib/sys/sys+osx-x64.myr +++ b/lib/sys/sys+osx-x64.myr @@ -888,7 +888,7 @@ const bsdthread_register = {start, wqthread, sz, dummy, targetconc, queueoff } const bsdthread_create = {func , arg , stk , pthr , flags - -> (syscall(Sysbsdthread_create, a(func), a(arg), a(stk), a(pthr)) : void#) + -> (syscall(Sysbsdthread_create, a(func), a(arg), a(stk), a(pthr), a(flags)) : void#) } const bsdthread_terminate = {stk , len , port , sem |