[
https://issues.apache.org/jira/browse/MESOS-6310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15545829#comment-15545829
]
Kevin Klues commented on MESOS-6310:
------------------------------------
Since it is not POSIX, it seems reasonable to add something like:
{noformat}
#ifndef W_EXITCODE
#define W_EXITCODE ...
#endif
{noformat}
> Remove or define non-POSIX function
> -----------------------------------
>
> Key: MESOS-6310
> URL: https://issues.apache.org/jira/browse/MESOS-6310
> Project: Mesos
> Issue Type: Improvement
> Components: containerization
> Affects Versions: 1.0.2
> Reporter: Marc Villacorta
> Priority: Minor
>
> I was trying to compile Mesos using _musl_ inside Alpine Linux 3.4.
> But this [commit|
> https://github.com/apache/mesos/commit/498d14e934233e4501597b43da3924bfe8b2de20]
> introduced the {{W_EXITCODE()}} macro which is not defined in _musl_ and
> seems to be non-POSIX.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)