Re: [PATCH] Add configuration to detect toolset has sigaltstack() prototype

2014-08-21 Thread Joel Sherrill
Pushed. Hopefully this keeps anyone from seeing an issue with the change to . Thanks. --joel On 8/20/2014 8:43 PM, Gedare Bloom wrote: > Sure. > > On Wed, Aug 20, 2014 at 7:48 PM, Joel Sherrill > wrote: >> With the recent addition of a prototype for sigaltstack() and >> associated data structure

Re: [PATCH] Add configuration to detect toolset has sigaltstack() prototype

2014-08-20 Thread Gedare Bloom
Sure. On Wed, Aug 20, 2014 at 7:48 PM, Joel Sherrill wrote: > With the recent addition of a prototype for sigaltstack() and > associated data structures to newlib, the declaration in > rtems_bsdnet_internal.h is no longer needed. But to ease the > transition, I added an autoconf probe to determin