Subj : pthread_cond_init: error rtn To : comp.programming.threads From : Mike - EMAIL IGNORED Date : Thu Feb 24 2005 09:44 pm In IEEE Std 1003.1-2001, for the return value for pthread_cond_init (among others) I see: If successful, the pthread_cond_destroy() and pthread_cond_init() functions shall return zero; otherwise, an error number shall be returned to indicate the error. errno is not mentioned. Is the value really in the return value and errno ignored? Thanks in advance, Mike. .