LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   c++ with pthread_attr_setguardsize (https://www.linuxquestions.org/questions/programming-9/c-with-pthread_attr_setguardsize-367616/)

lordofring 09-27-2005 05:06 PM

c++ with pthread_attr_setguardsize
 
Hi,

In my cpp file, I used function pthread_attr_setguardsize(). The compiler complains that the function is implicit declaration. (In the same file, the function pthread_attr_setstacksize() has no problem.)

Does it because that my gcc does not support UNIX98? How do I know it support or not? Do I know some switch for it?

Thanks

addy86 09-27-2005 05:12 PM

Did you #include <pthread.h>?


All times are GMT -5. The time now is 01:10 PM.