summaryrefslogtreecommitdiff
path: root/header_checks
diff options
context:
space:
mode:
authorVincent Torri <vincent.torri@gmail.com>2019-03-25 10:10:37 -0400
committerMike Blumenkrantz <zmike@samsung.com>2019-03-25 10:10:37 -0400
commit69cabb5b58e610668302fe391da8b4872b4a966a (patch)
tree1732c1a7bd0a82cf0700b8503150f590e8d65f78 /header_checks
parentd761658985f45c582a9d5cbc6ab6a1beada6d642 (diff)
downloadefl-69cabb5b58e610668302fe391da8b4872b4a966a.tar.gz
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
Diffstat (limited to 'header_checks')
-rw-r--r--header_checks/meson.build1
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 = [
#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']],