Searched hist:227999 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/lib/libc/gen/
H A D_pthread_stubs.cdiff 227999 Sat Nov 26 14:09:15 MST 2011 theraven 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)

Completed in 52 milliseconds