src/bus_error.cpp
@@ -20,7 +20,11 @@ "Send to self error", "Receive from wrong end", "Service stoped", "Exceed resource limit" "Exceed resource limit", "Service not supported", "Resource busy", "Resource not provide", "Invalid parameters" }; @@ -50,6 +54,10 @@ char *buf; /* Make first caller allocate key for thread-specific data */ if (err == 0) { err = EBUS_BASE; } s = pthread_once(&once, createKey); if (s != 0) err_exit(s, "pthread_once");