My corba application also makes use of regular sockets. I am createing all threads through the omni_thread class. My question is will errno be threadsafe for use with threads doing socket stuff and can I simply #include <errno.h> or is there a specific header that I should include for using errno with omnithreads.