bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compiling libparted with -D_REENTRANT ...


From: Andrew Clausen
Subject: Re: Compiling libparted with -D_REENTRANT ...
Date: Tue, 24 Apr 2001 09:10:19 +1000

Timshel Knoll wrote:
> I've been compiling parted with -D_REENTRANT for quite some time now,
> and I was thinking that it might be a good idea to do this upstream.
> If any linux threaded programs are linked with a libparted not compiled
> with -D_REENTRANT, there may be issues with stdio and errno stuff.

OK.

> But you might want to put in an autoconfuse test for this or
> something ...

What is there to test for?  Since it's a #define, it can't
break anything, right?  (If there is no support for it, it
just gets ignored)  If there are other #define's for other
libc's, then that might be a case for autoconfuse...

Anyway, I would rather stick that in configure.in
(CFLAGS=blah blah blah)

> I know that this isn't really an issue at the moment, but if anyone
> decides to write some threaded code that uses parted, there could be
> issues involved ...

Thanks,
Andrew Clausen



reply via email to

[Prev in Thread] Current Thread [Next in Thread]