1 musl does not implement glibc extensions such as FTW_STOP, FTW_CONTINUE, and
4 --- pe_profiling/operf.cpp 2017-08-08 13:44:44.573674304 -0400
5 +++ pe_profiling/operf.cpp 2017-08-08 13:46:27.876692262 -0400
9 perror("sample data removal error");
27 if (!operf_options::append) {
29 int flags = FTW_DEPTH | FTW_ACTIONRETVAL;
31 + int flags = FTW_DEPTH;
34 if (nftw(previous_sampledir.c_str(), __delete_old_previous_sample_data, 32, flags) !=0 &&