math: move trivial x86-family sqrt functions to C with inline asm
[musl] / src / mman / mmap.c
index 2da11b8..eff88d8 100644 (file)
@@ -1,4 +1,3 @@
-#define SYSCALL_NO_TLS 1
 #include <unistd.h>
 #include <sys/mman.h>
 #include <errno.h>