meson build : remove duplicate check of strerror_r

Summary: strerror_r is checked twice in headers_check

Reviewers: zmike

Reviewed By: zmike

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8453
This commit is contained in:
Vincent Torri 2019-03-25 10:10:37 -04:00 committed by Mike Blumenkrantz
parent d761658985
commit 69cabb5b58
1 changed files with 0 additions and 1 deletions

View File

@ -106,7 +106,6 @@ function_checks = [
#FIXME strlcpy is detected by meson but drops at compilation time
# ['strlcpy', ['string.h']],
['siginfo_t', ['signal.h']],
['strerror_r', ['string.h']],
['pthread_getcpuclockid', ['pthread.h', 'time.h']],
['timerfd_create', ['sys/timerfd.h']],
['kevent', ['sys/types.h', 'sys/event.h', 'sys/time.h']],