Fix misc file permissions (#2185)
A few files that are obviously not executable have the exec bit set. Most those files were created with faulty mode to begin with, but src/cc/export/helpers.h and src/cc/frontends/clang/loader.cc have had their exec bit (unintendedly I assume) set by commit bfecc243 ("clang: loader: Allow user to override kernel version (#1895)").
Showing
examples/tracing/urandomread_example.txt
100755 → 100644
File mode changed from 100755 to 100644
examples/usdt_sample/CMakeLists.txt
100755 → 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
src/cc/export/helpers.h
100755 → 100644
File mode changed from 100755 to 100644
src/cc/frontends/clang/loader.cc
100755 → 100644
File mode changed from 100755 to 100644
Please register or sign in to comment