Clean up tsd (no functional changes).

This commit is contained in:
Jason Evans
2012-03-30 12:36:52 -07:00
parent 09a0769ba7
commit f2296deb57
2 changed files with 5 additions and 13 deletions

View File

@@ -227,7 +227,9 @@ tcache_get(bool create)
* tcache_create() failure is a soft failure
* that doesn't propagate. However, if TLS
* data are freed via free() as in glibc,
* subtle TLS corruption could result.
* subtle corruption could result from setting
* a TLS variable after its backing memory is
* freed.
*/
return (NULL);
}