Re: [PATCH] spawn: Expose posix_spwanattr_* functions

2012-04-14 Thread Khem Raj
On Fri, Apr 13, 2012 at 5:03 PM, Mike Frysinger vap...@gentoo.org wrote: let's fix gnulib then.  this seems like it'll add code bloat overall -- a single memory store vs a full func call. yeah I think all I needed by to provide librt for configure checks since it assumes that these functions

[PATCH] spawn: Expose posix_spwanattr_* functions

2012-04-13 Thread Khem Raj
Static inline wont work on packages like gnulib where it will generate its own spawn.h Signed-off-by: Khem Raj raj.k...@gmail.com --- include/spawn.h | 155 librt/spawn.c | 162 +++ 2

Re: [PATCH] spawn: Expose posix_spwanattr_* functions

2012-04-13 Thread Mike Frysinger
On Friday 13 April 2012 11:46:33 Khem Raj wrote: Static inline wont work on packages like gnulib where it will generate its own spawn.h let's fix gnulib then. this seems like it'll add code bloat overall -- a single memory store vs a full func call. -mike signature.asc Description: This is