On Tuesday 27 September 2011 12:13:03 Simon Glass wrote:
> On Mon, Sep 26, 2011 at 3:05 PM, Mike Frysinger wrote:
> > On Monday, September 26, 2011 16:23:01 Simon Glass wrote:
> >> At the moment including stdlib and including common.h are mutually
> >> exclusive. This probably makes some sense (why
Hi Mike,
On Mon, Sep 26, 2011 at 3:05 PM, Mike Frysinger wrote:
> On Monday, September 26, 2011 16:23:01 Simon Glass wrote:
>> At the moment including stdlib and including common.h are mutually
>> exclusive. This probably makes some sense (why would anyone include
>> stdlib.h in U-Boot except wit
On Monday, September 26, 2011 16:23:01 Simon Glass wrote:
> At the moment including stdlib and including common.h are mutually
> exclusive. This probably makes some sense (why would anyone include
> stdlib.h in U-Boot except with hostcc?), but in that case we should
> try to replace any need for st
Hi,
Before I forget, in my travels recently I found this little bit of
code in disk/part_mac.c:
/* stdlib.h causes some compatibility problems; should fixe these! -- wd */
#ifndef __ldiv_t_defined
typedef struct {
long int quot; /* Quotient */
long int rem;
4 matches
Mail list logo