Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

equvialent of sigspace on HP-ux for AIX

Status
Not open for further replies.

dkotian1

Programmer
Sep 30, 2001
20
JP
Hi,

Is there an equvialent for sigspace function present on HP-UX for AIX ?
Please let me know.

Thanks and Regards
Deepak
 
This is what sigspace does

size_t sigspace(size_t stacksize);

sigspace() requests additional stack space that is guaranteed to be available for processing signals received by the calling process.

RETURN VALUE
Upon successful completion, sigspace() returns the size of the former guaranteed space. Otherwise, it returns -1 and sets errno to indicate the error.
 
Thanks for the sincere reply.

But, is this right forum for AIX developers, are there
forum (like itresorucecentre for hp and codeguru for
Windows related) for AIx developers as well.
Offcourse, there should be good response out there.

Please let me know, if someone is aware of it.

Thanks and Regards
Deepak

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top