Remove unnecessary executable bit on files (#904)
Summary: - Several files have the executable bit set and do not need to. Pull Request resolved: https://github.com/facebook/folly/pull/904 Differential Revision: D9177526 Pulled By: yfeldblum fbshipit-source-id: 5dd5d5cfca5b184b42de4db4a052daaadfef2496
Showing
CMake/FindDoubleConversion.cmake
100755 → 100644
File mode changed from 100755 to 100644
CMake/FindGFlags.cmake
100755 → 100644
File mode changed from 100755 to 100644
CMake/FindGLog.cmake
100755 → 100644
File mode changed from 100755 to 100644
CMake/FindGMock.cmake
100755 → 100644
File mode changed from 100755 to 100644
CMake/FindLibEvent.cmake
100755 → 100644
File mode changed from 100755 to 100644
CMake/FindPThread.cmake
100755 → 100644
File mode changed from 100755 to 100644
CMake/FollyCompilerMSVC.cmake
100755 → 100644
File mode changed from 100755 to 100644
CMake/FollyFunctions.cmake
100755 → 100644
File mode changed from 100755 to 100644
CMake/folly-config.h.cmake
100755 → 100644
File mode changed from 100755 to 100644
CMake/folly-deps.cmake
100755 → 100644
File mode changed from 100755 to 100644
folly/portability/Atomic.h
100755 → 100644
File mode changed from 100755 to 100644
folly/portability/Builtins.cpp
100755 → 100644
File mode changed from 100755 to 100644
folly/portability/Config.h
100755 → 100644
File mode changed from 100755 to 100644
folly/portability/Dirent.cpp
100755 → 100644
File mode changed from 100755 to 100644
folly/portability/Dirent.h
100755 → 100644
File mode changed from 100755 to 100644
folly/portability/Fcntl.h
100755 → 100644
File mode changed from 100755 to 100644
folly/portability/GMock.h
100755 → 100644
File mode changed from 100755 to 100644
folly/portability/GTest.h
100755 → 100644
File mode changed from 100755 to 100644
folly/portability/IOVec.h
100755 → 100644
File mode changed from 100755 to 100644
folly/portability/Libgen.cpp
100755 → 100644
File mode changed from 100755 to 100644
folly/portability/Libgen.h
100755 → 100644
File mode changed from 100755 to 100644
folly/portability/Malloc.cpp
100755 → 100644
File mode changed from 100755 to 100644
folly/portability/Malloc.h
100755 → 100644
File mode changed from 100755 to 100644
folly/portability/PThread.h
100755 → 100644
File mode changed from 100755 to 100644
folly/portability/Sockets.h
100755 → 100644
File mode changed from 100755 to 100644
folly/portability/Stdio.h
100755 → 100644
File mode changed from 100755 to 100644
folly/portability/String.cpp
100755 → 100644
File mode changed from 100755 to 100644
folly/portability/SysFile.cpp
100755 → 100644
File mode changed from 100755 to 100644
folly/portability/SysFile.h
100755 → 100644
File mode changed from 100755 to 100644
folly/portability/SysResource.cpp
100755 → 100644
File mode changed from 100755 to 100644
folly/portability/SysResource.h
100755 → 100644
File mode changed from 100755 to 100644
folly/portability/SysTime.h
100755 → 100644
File mode changed from 100755 to 100644
folly/portability/SysTypes.h
100755 → 100644
File mode changed from 100755 to 100644
folly/portability/Syslog.h
100755 → 100644
File mode changed from 100755 to 100644
folly/portability/test/LibgenTest.cpp
100755 → 100644
File mode changed from 100755 to 100644
Please register or sign in to comment