[uClibc] __xstat in glibc vs. __xstat_conv in uClibc ?

Erik Andersen andersen at codepoet.org
Wed Dec 8 21:22:58 UTC 2004


On Wed Dec 08, 2004 at 09:31:44AM -0500, Scott James wrote:
> 
> I'm linking with a 3rd party library that was originally compiled
> with glibc, and is looking for __xstat.  I found __xstat_conv in uClibc.
> 
> Are these basically the same functions?  Could I just write a wrapper
> for these, or are the calls different?  I'm using the buildroot environment.

Nope, they serve somewhat similar purposes, but uClibc and glibc
use slightly different internal structures.  You CANNOT mix and
match stuff compiled with glibc with stuff compiled vs uClibc.

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--



More information about the uClibc mailing list