mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
virprocess: Drop workaround for setns() wrt old glibc
We have our own implementation of setns() which was introduced in v1.2.9-rc1~190 and extended afterwards. The reason was that back in 2014 we were dealing with glibc that in some of its older versions did not provide the function. Mostly for non-intel arches. Nevertheless, glibc now offers the function for all architectures we care about (aarch64 being the freshest architecture where the function was introduced, in glibc-2.17). Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
@@ -557,7 +557,6 @@ functions = [
|
||||
'prlimit',
|
||||
'sched_setscheduler',
|
||||
'setgroups',
|
||||
'setns',
|
||||
'setrlimit',
|
||||
'symlink',
|
||||
'sysctlbyname',
|
||||
|
||||
Reference in New Issue
Block a user