# libc-headers **Repository Path**: ant_code/libc-headers ## Basic Information - **Project Name**: libc-headers - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## How it was created? ``` ninja -t deps | grep -P '^ /' | sort | uniq | grep '/usr/include/' | grep -vF 'c++' | grep -vP 'llvm|unicode|readline|hs' | sed 's/ \/usr\/include\///' | xargs -I{} cp -r /usr/include/{} ~/ClickHouse/contrib/libc-headers/{} ``` ``` $ ldd --version ldd (Ubuntu GLIBC 2.27-3ubuntu1) 2.27 ``` ## Why do we need this? These files are needed for more consistent builds.