Replace all uses of strerror() by ovs_strerror(), for thread safety.
[sliver-openvswitch.git] / lib / ovs-thread.c
2013-06-28 Ben PfaffReplace all uses of strerror() by ovs_strerror(), for...
2013-06-28 Ben Pfaffovs-thread: Add support for various thread-related...
2013-06-28 Ben Pfaffovs-thread: Add support for convenient once-only initia...
2013-06-25 Ben Pfaffovs-thread: New module, initially just with pthreads...