#include #include int main() { pthread_attr_t attr; pthread_attr_init(&attr); // use the attribute object... pthread_attr_destroy(&attr); return 0; }