Forum Topic - which library to use for insque()/remque() from search.h:
   
which library to use for insque()/remque() from search.h  
Although insque()/remque() is mentioned in the search.h header file, I didn't find any library on an 6.3.2 sytem, 
containing that routines.

-piet
Re: which library to use for insque()/remque() from search.h  
On Wed, Jan 16, 2008 at 03:33:48PM -0500, Peter Kalbus wrote:
> Although insque()/remque() is mentioned in the search.h header file, I didn't find any library on an 6.3.2 sytem, 
containing that routines.

I'll look into adding them.

BTW which package is looking for them?

-seanmb
Re: which library to use for insque()/remque() from search.h  
There are a couple of implementatoins of insque in other services, it may
well be worth adding these to libc, and removing them
from the applications.

Sean Boudreau wrote: 

On Wed, Jan 16, 2008 at 03:33:48PM -0500, Peter Kalbus wrote: 
> Although insque()/remque() is mentioned in the search.h header file, I
didn't find any library on an 6.3.2 sytem, containing that routines.

I'll look into adding them. 

BTW which package is looking for them? 

-seanmb 

_______________________________________________ 
General 
http://community.qnx.com/sf/go/post4370
<http://community.qnx.com/sf/go/post4370>;  


-- 

cburgess@qnx.com <mailto:cburgess@qnx.com>; 
Re: which library to use for insque()/remque() from search.h  
it's used from rpm5.

btw, in rpm5 itself an implementation is available. currently that version is used in my workspace and works well. so, i
 will live with that implemantion for the moment.

is it worth thinking about added the availability inside libc from configure script?

-piet
Re: which library to use for insque()/remque() from search.h  
On Thu, Jan 17, 2008 at 03:17:36AM -0500, Peter Kalbus wrote:
> it's used from rpm5.
> 
> btw, in rpm5 itself an implementation is available. currently that version is used in my workspace and works well. so,
 i will live with that implemantion for the moment.
> 
> is it worth thinking about added the availability inside libc from configure script?
> 

Since we have it prototyped it should probably be in libc.
POSIX marks it as an XSI extension but we have other funcs
marked as such. I'll look into adding it for the next
release.

Thanks,

-seanb
Re: which library to use for insque()/remque() from search.h  
great

what type of release you mean? qnx 6.4.x?

thanks

-piet
Re: which library to use for insque()/remque() from search.h  
On Thu, Jan 17, 2008 at 09:50:22AM -0500, Peter Kalbus wrote:
> great
> 
> what type of release you mean? qnx 6.4.x?

I just added it so it should show up in 6.4.
Also in one of the milestone builds leading
up to the release (it probably missed M5 which
I think is being finalized).

-seanb