zmike pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=69cabb5b58e610668302fe391da8b4872b4a966a

commit 69cabb5b58e610668302fe391da8b4872b4a966a
Author: Vincent Torri <vincent.to...@gmail.com>
Date:   Mon Mar 25 10:10:37 2019 -0400

    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
---
 header_checks/meson.build | 1 -
 1 file changed, 1 deletion(-)

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']],

-- 


Reply via email to