aboutsummaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorMilad Farazmand <miladfar@ca.ibm.com>2019-10-23 14:38:34 -0400
committerBen Noordhuis <info@bnoordhuis.nl>2019-11-22 04:16:31 +0100
commit96cfa783a24e154fd3d3124e159aec277537f494 (patch)
treeac565b05284feb9092856417731da1598be23d3b /docs/src
parentf9618443920fd0cbd3ab11c9d37c1f24a7aa1067 (diff)
downloadlibuv-96cfa783a24e154fd3d3124e159aec277537f494.tar.gz
libuv-96cfa783a24e154fd3d3124e159aec277537f494.zip
fs: handle non-functional statx system call
statx is not implemented on RHEL 7 and trying to call it from within a docker container might result in a return value of 1 (which is not an expected value according to statx man page, expected values are 0 or -1) and errno is set to 0, in which case assume statx is not implemented. Above behaviour has been seen on RHEL 7 running on a s390. PR-URL: https://github.com/libuv/libuv/pull/2529 Refs: https://bugzilla.redhat.com/show_bug.cgi?id=1759152 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
Diffstat (limited to 'docs/src')
0 files changed, 0 insertions, 0 deletions