aboutsummaryrefslogtreecommitdiff
path: root/build-aux/cuirass/hurd-manifest.scm
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/cuirass/hurd-manifest.scm')
0 files changed, 0 insertions, 0 deletions
tended attributes....* tests/syscalls.scm (setxattr): Catch ENOTSUP that can be raised if the file-system does not support extended user attributes. Mathieu Othacehe 2020-06-02tests: Allow passing on systems without support for swap devices....* tests/syscalls.scm ("swapon", "swapoff"): Accept ENOSYS as a valid result. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Simon South 2020-05-14syscalls: Add 'getxattr'....* guix/build/syscalls.scm (getxattr): New procedure. * tests/syscalls.scm ("getxattr, setxattr"): Test it, together with setxattr. Jan (janneke) Nieuwenhuizen