wasm related tweaks, still WIP
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
f4c2c03003
commit
d03e73119d
5 changed files with 24 additions and 4 deletions
|
@ -17,6 +17,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#ifdef __HAIKU__
|
||||
// these are missing from HaikuOS
|
||||
#define pthread_setname_np(...)
|
||||
|
||||
static int pthread_getcpuclockid(pthread_t, clockid_t* const clock_id)
|
||||
|
@ -24,6 +26,7 @@ static int pthread_getcpuclockid(pthread_t, clockid_t* const clock_id)
|
|||
*clock_id = CLOCK_REALTIME;
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
static int backtrace(void**, int)
|
||||
{
|
Loading…
Add table
Add a link
Reference in a new issue