revert unwanted and inadvertent change that slipped into mmap.c

commit ae388becb5 accidentally
introduced #define SYSCALL_NO_TLS 1 in mmap.c, which was probably a
stale change left around from unrelated syscall timing measurements.
reverse it.
This commit is contained in:
Rich Felker 2019-12-20 21:27:39 -05:00
parent 2412638bb3
commit d6a62addce
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
#define SYSCALL_NO_TLS 1
#include <unistd.h>
#include <sys/mman.h>
#include <errno.h>