summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_common_interceptors.inc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sanitizer_common/sanitizer_common_interceptors.inc')
-rw-r--r--lib/sanitizer_common/sanitizer_common_interceptors.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/sanitizer_common/sanitizer_common_interceptors.inc b/lib/sanitizer_common/sanitizer_common_interceptors.inc
index 270192ad..7c52eb22 100644
--- a/lib/sanitizer_common/sanitizer_common_interceptors.inc
+++ b/lib/sanitizer_common/sanitizer_common_interceptors.inc
@@ -2576,12 +2576,10 @@ INTERCEPTOR(int, pthread_attr_getstack, void *attr, void **addr, SIZE_T *size) {
INTERCEPT_FUNCTION(pthread_attr_getguardsize); \
INTERCEPT_FUNCTION(pthread_attr_getschedparam); \
INTERCEPT_FUNCTION(pthread_attr_getschedpolicy); \
- INTERCEPT_FUNCTION(pthread_attr_getinheritsched); \
INTERCEPT_FUNCTION(pthread_attr_getscope); \
INTERCEPT_FUNCTION(pthread_attr_getstackaddr); \
INTERCEPT_FUNCTION(pthread_attr_getstacksize); \
- INTERCEPT_FUNCTION(pthread_attr_getstack); \
- INTERCEPT_FUNCTION(pthread_attr_getaffinity_np);
+ INTERCEPT_FUNCTION(pthread_attr_getstack);
#else
#define INIT_PTHREAD_ATTR_GET
#endif