aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC-Core.podspec
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-01-25 21:02:26 -0800
committerGravatar Vijay Pai <vpai@google.com>2018-01-25 22:12:28 -0800
commitb6cf123717b8f6e405f62dd12cb6c43664e0680a (patch)
tree6b3e2c569288f7fc56728d870f3cae5195cb4969 /gRPC-Core.podspec
parente0adbb6c2e714b06dfa42becae97dfe5ae79d2cb (diff)
Privatize thread-local storage headers
Diffstat (limited to 'gRPC-Core.podspec')
-rw-r--r--gRPC-Core.podspec12
1 files changed, 8 insertions, 4 deletions
diff --git a/gRPC-Core.podspec b/gRPC-Core.podspec
index 7ee7bb52d2..fe074677b0 100644
--- a/gRPC-Core.podspec
+++ b/gRPC-Core.podspec
@@ -130,10 +130,6 @@ Pod::Spec.new do |s|
'include/grpc/support/sync_windows.h',
'include/grpc/support/thd.h',
'include/grpc/support/time.h',
- 'include/grpc/support/tls.h',
- 'include/grpc/support/tls_gcc.h',
- 'include/grpc/support/tls_msvc.h',
- 'include/grpc/support/tls_pthread.h',
'include/grpc/support/useful.h',
'include/grpc/impl/codegen/atm.h',
'include/grpc/impl/codegen/atm_gcc_atomic.h',
@@ -203,6 +199,10 @@ Pod::Spec.new do |s|
'src/core/lib/gpr/string_windows.h',
'src/core/lib/gpr/thd_internal.h',
'src/core/lib/gpr/time_precise.h',
+ 'src/core/lib/gpr/tls.h',
+ 'src/core/lib/gpr/tls_gcc.h',
+ 'src/core/lib/gpr/tls_msvc.h',
+ 'src/core/lib/gpr/tls_pthread.h',
'src/core/lib/gpr/tmpfile.h',
'src/core/lib/gprpp/abstract.h',
'src/core/lib/gprpp/atomic.h',
@@ -732,6 +732,10 @@ Pod::Spec.new do |s|
'src/core/lib/gpr/string_windows.h',
'src/core/lib/gpr/thd_internal.h',
'src/core/lib/gpr/time_precise.h',
+ 'src/core/lib/gpr/tls.h',
+ 'src/core/lib/gpr/tls_gcc.h',
+ 'src/core/lib/gpr/tls_msvc.h',
+ 'src/core/lib/gpr/tls_pthread.h',
'src/core/lib/gpr/tmpfile.h',
'src/core/lib/gprpp/abstract.h',
'src/core/lib/gprpp/atomic.h',