projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2412638
)
revert unwanted and inadvertent change that slipped into mmap.c
author
Rich Felker
<dalias@aerifal.cx>
Sat, 21 Dec 2019 02:27:39 +0000
(21:27 -0500)
committer
Rich Felker
<dalias@aerifal.cx>
Sat, 21 Dec 2019 02:27:39 +0000
(21:27 -0500)
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
patch
|
blob
|
history
diff --git
a/src/mman/mmap.c
b/src/mman/mmap.c
index 2da11b877a3fc1931b973930175d115a9681d00f..eff88d82a8fcff843247a5436f42016690daac24 100644
(file)
--- a/
src/mman/mmap.c
+++ b/
src/mman/mmap.c
@@
-1,4
+1,3
@@
-#define SYSCALL_NO_TLS 1
#include <unistd.h>
#include <sys/mman.h>
#include <errno.h>