1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-30 14:10:59 +01:00

Merge pull request #12779 from NixOS/mergify/bp/2.26-maintenance/pr-12773

Unexpose config headers (low hanging fruit only) (backport #12773)
This commit is contained in:
mergify[bot] 2025-03-28 18:43:43 +00:00 committed by GitHub
commit e393b2c844
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 25 additions and 82 deletions

View file

@ -33,12 +33,14 @@ check_funcs = [
'pipe2',
# Optionally used to preallocate files to be large enough before
# writing to them.
# WARNING: define also used in libstore
'posix_fallocate',
# Optionally used to get more information about processes failing due
# to a signal on Unix.
'strsignal',
# Optionally used to try to close more file descriptors (e.g. before
# forking) on Unix.
# WARNING: also used in libexpr
'sysconf',
# Optionally used for changing the mtime of files and symlinks.
'utimensat',