Commit d0e9df6e authored by gejun's avatar gejun

fix popen.cpp on non-linux

parent 438cbecc
......@@ -29,9 +29,12 @@
extern "C" {
uint64_t BAIDU_WEAK bthread_usleep(uint64_t microseconds);
}
#endif
namespace butil {
#if defined(OS_LINUX)
const int CHILD_STACK_SIZE = 256 * 1024;
struct ChildArgs {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment