revert unwanted and inadvertent change that slipped into mmap.c
authorRich Felker <dalias@aerifal.cx>
Sat, 21 Dec 2019 02:27:39 +0000 (21:27 -0500)
committerRich Felker <dalias@aerifal.cx>
Sat, 21 Dec 2019 02:27:39 +0000 (21:27 -0500)
commitd6a62addce7e07416a5bc889f39594e67d785a0d
tree0e07342b7c602d467c8cf301e67956013b7497d1
parent2412638bb39eb799b2600393bbd71cca8ae96bb2
revert unwanted and inadvertent change that slipped into mmap.c

commit ae388becb529428ac926da102f1d025b3c3968da 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.
src/mman/mmap.c