Hi Rob,

 I am getting few other warnings related to "portability.h".
When compiling for ARM target it throws
warning: implicit declaration of function 'getsid'
warning: implicit declaration of function 'getpgid'

adding the header "unistd.h" and function prototype in potability.h for #if
defined(__GLIBC__)
section solves it for me.

Is this the right way of doing it?

regards,
Ashwini Kumar

On Tue, Nov 27, 2012 at 11:08 AM, Rob Landley <[email protected]> wrote:

> On 11/26/2012 10:09:10 PM, Ashwini Sharma wrote:
>
>> Hi Rob,
>>
>>   I was working on the latest "changeset 711".
>> When I compile it for x86 machine, it works fine, but when building for my
>> ARM board,
>> compiler shouts* "O_DIRECTORY" undecalred in xabspath()*.
>>
>> Am I missing something or the tree has this issue, please comment.
>>
>
> Try it now?
>
> Thanks,
>
> Rob
_______________________________________________
Toybox mailing list
[email protected]
http://lists.landley.net/listinfo.cgi/toybox-landley.net

Reply via email to