This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: having trouble making my version of pthread_condattr_init/destroy visible to outside world


On Wed, Apr 15, 2009 at 4:01 PM, Daniel De La Zerda
<ddelazerda007@yahoo.com> wrote:
> Ok, I think i found a way to fix this. For some reason it was not enough to add pthread_foocondattr_init/destroy to the same sections of the nptl/Versions file where pthread_condattr_init/destroy where located. So I added my pthread_foocondattr_init/destroy to other sections of nptl/Versions and now it's symbol is visible globally. Is this right?
>
> Another problem I'm encountering is that the source code I'm using to test my API's (I'm compiling it with this custom glibc) I make a call to clock_gettime() and it says it's undefined. I have <time.h> included, which according to the man pages for clock_gettime() is the header that includes it.

Could you post your patch for review?

Cheers,
Carlos.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]