nix icon indicating copy to clipboard operation
nix copied to clipboard

Tracking issue for glibc wrappers that require a relative new glibc

Open SteveLauC opened this issue 1 year ago • 5 comments
trafficstars

Context

The glibc wrappers of the interfaces listed in this issue are usually added in a relatively new version, which, if used, won't work with an older glibc.

Currently, the minimum glibc version supported by Rust is 2.17.

Interfaces

  • memfd_create(): 2.27
  • close_range(): 2.34

SteveLauC avatar Nov 14 '24 00:11 SteveLauC