Add *NSYNC to libc/isystem

This commit is contained in:
Justine Tunney 2022-09-13 01:46:29 -07:00
parent 6f7d0cb1c3
commit 22b63d0b98
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
32 changed files with 286 additions and 119 deletions

View file

@ -35,7 +35,8 @@ TEST_LIBC_THREAD_DIRECTDEPS = \
LIBC_THREAD \
LIBC_TIME \
LIBC_TESTLIB \
THIRD_PARTY_NSYNC
THIRD_PARTY_NSYNC \
THIRD_PARTY_NSYNC_MEM
TEST_LIBC_THREAD_DEPS := \
$(call uniq,$(foreach x,$(TEST_LIBC_THREAD_DIRECTDEPS),$($(x))))