pino added a comment.

  Note that, even if the system supports statx() (so with glibc >= 2.28), you 
must support systems without it at runtime anyway: for example, if you boot 
with a kernel older than 4.11 (which IIRC is the version where the syscall was 
added) then the glibc function will return ENOSYS (IIRC, better check). This 
can happen for example in containers: you boot a Debian testing container (so 
with glibc 2.28) on a Debian stable system (with Linux 4.9).

REPOSITORY
  R241 KIO

REVISION DETAIL
  https://phabricator.kde.org/D20096

To: meven, #frameworks, dfaure, fvogt, bruns, broulik
Cc: pino, bcooksley, ngraham, kde-frameworks-devel, michaelh, bruns

Reply via email to