Comment 13 for bug 1267062

Revision history for this message
Kalpana S Shetty (kalshett) wrote :

My question is which header file to include in application code for "signal.h"?

Since each of these header file include in the application code seems different definiation.

With the sample code I include in #10 if we include <signal.h> I see MINSIGSTKSZ ----> 4096

and

If #include "/usr/include/powerpc64le-linux-gnu/asm/signal.h" I see MINSIGSTKSZ ----> 2048

It would be good if you can give suggestion/input on which header file to include in appln. code for signal.h