K 10 svn:author V 8 theraven K 8 svn:date V 27 2011-11-26T15:57:09.726193Z K 7 svn:log V 275 Return not-implemented from pthread_once and pthread_key_create, rather than silently failing and returning success. Without this, code calls pthread_once(), receives a return value of success, and thinks that the passed function has been called. Approved by: dim (mentor) END