Browse Source

Test

etomic
jl777 7 years ago
parent
commit
fa5944a7f4
  1. 2
      crypto777/nanosrc/utils/thread_posix.c
  2. 1
      iguana/exchanges/LP_nativeDEX.c

2
crypto777/nanosrc/utils/thread_posix.c

@ -26,7 +26,7 @@
#include <signal.h> #include <signal.h>
#include <stdint.h> #include <stdint.h>
static void *nn_thread_main_routine(void *arg) void *nn_thread_main_routine(void *arg)
{ {
struct nn_thread *self; struct nn_thread *self;
self = (struct nn_thread *)arg; self = (struct nn_thread *)arg;

1
iguana/exchanges/LP_nativeDEX.c

@ -1032,6 +1032,7 @@ void LPinit(uint16_t myport,uint16_t mypullport,uint16_t mypubport,uint16_t mybu
#ifdef FROM_JS #ifdef FROM_JS
extern void *Nanomsg_threadarg; extern void *Nanomsg_threadarg;
void *nn_thread_main_routine(void *arg);
void emscripten_usleep(int32_t x) void emscripten_usleep(int32_t x)
{ {

Loading…
Cancel
Save