diff options
Diffstat (limited to 'header_checks/meson.build')
-rw-r--r-- | header_checks/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/header_checks/meson.build b/header_checks/meson.build index c77ad94c34..ee1db01d10 100644 --- a/header_checks/meson.build +++ b/header_checks/meson.build | |||
@@ -106,7 +106,6 @@ function_checks = [ | |||
106 | #FIXME strlcpy is detected by meson but drops at compilation time | 106 | #FIXME strlcpy is detected by meson but drops at compilation time |
107 | # ['strlcpy', ['string.h']], | 107 | # ['strlcpy', ['string.h']], |
108 | ['siginfo_t', ['signal.h']], | 108 | ['siginfo_t', ['signal.h']], |
109 | ['strerror_r', ['string.h']], | ||
110 | ['pthread_getcpuclockid', ['pthread.h', 'time.h']], | 109 | ['pthread_getcpuclockid', ['pthread.h', 'time.h']], |
111 | ['timerfd_create', ['sys/timerfd.h']], | 110 | ['timerfd_create', ['sys/timerfd.h']], |
112 | ['kevent', ['sys/types.h', 'sys/event.h', 'sys/time.h']], | 111 | ['kevent', ['sys/types.h', 'sys/event.h', 'sys/time.h']], |