aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/support/tls_pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpc/support/tls_pthread.h')
-rw-r--r--include/grpc/support/tls_pthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc/support/tls_pthread.h b/include/grpc/support/tls_pthread.h
index a68b45569a..fb0edd8e74 100644
--- a/include/grpc/support/tls_pthread.h
+++ b/include/grpc/support/tls_pthread.h
@@ -37,7 +37,7 @@ struct gpr_pthread_thread_local {
#ifdef __cplusplus
extern "C" {
#endif
-intptr_t gpr_tls_set(struct gpr_pthread_thread_local *tls, intptr_t value);
+intptr_t gpr_tls_set(struct gpr_pthread_thread_local* tls, intptr_t value);
#ifdef __cplusplus
}
#endif