Skip to content

Commit 66069f3

Browse files
committed
WebAssembly has sched_yield now.
1 parent b8a529b commit 66069f3

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

dlmalloc/src/dlmalloc.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
2424
/* Make malloc deterministic. */
2525
#define LACKS_TIME_H 1
2626

27-
/* WebAssembly has no sched_yield or similar. */
28-
#define LACKS_SCHED_H
29-
3027
/* Disable malloc statistics generation to reduce code size. */
3128
#define NO_MALLINFO 1
3229
#define NO_MALLOC_STATS 1

0 commit comments

Comments
 (0)