Vinay Kumar
29th September 2006, 07:51 AM
Hi,
The system call set_thread_area is used inall the c programs i have compiled on the fedora core 5 installation. The call was used even for a small program such as :
int main()
{
return 0;
}
The program never use any thread, but the set_thread_area call is used if i strace the executable.
Can anyone answer to my query?
thanks,
vinay
The system call set_thread_area is used inall the c programs i have compiled on the fedora core 5 installation. The call was used even for a small program such as :
int main()
{
return 0;
}
The program never use any thread, but the set_thread_area call is used if i strace the executable.
Can anyone answer to my query?
thanks,
vinay