Re: [swift-dev] need help with GLibc module map problem

2016-06-03 Thread Dmitri Gribenko via swift-dev
On Fri, Jun 3, 2016 at 8:23 AM, David P Grove wrote: > Dmitri Gribenko wrote on 06/02/2016 06:19:33 PM: >> >> Could you check if there are multiple definitions of off_t or mode_t >> in different headers guarded by macros? Something like this, >> duplicated across several headers: >> >> #if !defi

Re: [swift-dev] need help with GLibc module map problem

2016-06-03 Thread David P Grove via swift-dev
Dmitri Gribenko wrote on 06/02/2016 06:19:33 PM: > > Could you check if there are multiple definitions of off_t or mode_t > in different headers guarded by macros? Something like this, > duplicated across several headers: > > #if !defined(_OFF_T_DEFINED) > typedef __off_t off_t; > #define _OFF_T_

Re: [swift-dev] need help with GLibc module map problem

2016-06-02 Thread Dmitri Gribenko via swift-dev
On Thu, Jun 2, 2016 at 2:58 PM, David P Grove via swift-dev wrote: > As part of helping to resolve old libdispatch pull requests, I have run into > a problem with the GLibc module map on Linux that I need help understanding > and fixing. > > The symptom I am trying to resolve is that somewhere bet