Mercurial > hg
comparison tests/test-remove.t @ 31623:a01e1132f6fa
statfs: avoid static allocation
Previously we have "static struct statfs" to return a string. That is not
multiple-thread safe. This patch moves the allocation to the caller to
address the problem.
author | Jun Wu <quark@fb.com> |
---|---|
date | Fri, 24 Mar 2017 15:05:42 -0700 |
parents | e824de573112 |
children | 7a58608281dd |
comparison
equal
deleted
inserted
replaced
31622:2243ba216f66 | 31623:a01e1132f6fa |
---|