[omniORB] errno and omnithreads

Mark Johnson mark.johnson@onfiber.com
Fri, 26 Oct 2001 13:41:28 -0500


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.