Skip to content

Commit

Permalink
update thread
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfriend99 committed Oct 16, 2024
1 parent 0e92d7e commit 6ff96c3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/standard/thread.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#include "module.h"
#include <pthread.h>
#include <sched.h>
#include <signal.h>

#ifdef __linux__
#include <sys/syscall.h>
Expand All @@ -26,6 +24,9 @@
#endif
#endif

#include <sched.h>
#include <signal.h>

typedef struct {
pthread_t thread;
b_vm *vm;
Expand Down

0 comments on commit 6ff96c3

Please sign in to comment.