mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-29 14:00:29 +00:00
Support thread local storage
This commit is contained in:
parent
91ee2b19d4
commit
55de4ca6b5
197 changed files with 1483 additions and 874 deletions
|
@ -37,6 +37,7 @@ LIBC_SYSV_A_FILES := \
|
|||
libc/sysv/restorert.S \
|
||||
libc/sysv/syscall.S \
|
||||
libc/sysv/systemfive.S \
|
||||
libc/sysv/errno.greg.c \
|
||||
libc/sysv/strace.greg.c \
|
||||
libc/sysv/describeos.greg.c \
|
||||
$(wildcard libc/sysv/consts/*) \
|
||||
|
@ -74,6 +75,10 @@ o/libc/sysv/consts/syscon.internal.inc: \
|
|||
libc/macros-cpp.internal.inc \
|
||||
libc/macros.internal.inc
|
||||
|
||||
o/$(MODE)/libc/sysv/errno.greg.o: \
|
||||
OVERRIDE_CFLAGS += \
|
||||
$(NO_MAGIC)
|
||||
|
||||
#───────────────────────────────────────────────────────────────────────────────
|
||||
|
||||
LIBC_SYSV_CALLS = \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue