3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/os-specific/linux/fuse
Maximilian Bosch 8631ba18ee
fuse: fix build w/glibc-2.34
`closefrom` is now a part of `glibc-2.34`[1]:

> * The function closefrom has been added.  It closes all file descriptors
>   greater than or equal to a given integer.  This function is a GNU extension,
>   although it is also present in other systems.

Failing Hydra build: https://hydra.nixos.org/build/152456339

[1] https://sourceware.org/pipermail/libc-alpha/2021-August/129718.html
2022-02-27 10:25:36 +01:00
..
common.nix fuse: fix build w/glibc-2.34 2022-02-27 10:25:36 +01:00
default.nix
fuse2-Do-not-set-FUSERMOUNT_DIR.patch
fuse3-Do-not-set-FUSERMOUNT_DIR.patch
fuse3-install.patch