spack/var/spack
George Hartzell 29090a527a Bug/cctools syscall (#4440)
* Handle missing defn of __NR_memfd_create

Generally SYS_foo is defined to __NR_foo (in sys/syscall.h) which is
then defined to a syscall number (in asm/unistd_64.h).  Certain CentOS
systems have SYS_memfd_create defined to __NR_memfd_create but are
missing the second definition.  This is a belt and suspenders solution
to the problem.

See [this post][syscall] for a nice general description of how these
parts fit together.

[syscall]: https://www.uninformativ.de/blog/postings/2017-02-11/0/POSTING-en.html

* Avoid flake8 warning
2017-06-07 11:51:46 -05:00
..
gpg gpg: add 'spack gpg subcommand (#3845) 2017-05-26 10:31:04 -07:00
gpg.mock gpg: add 'spack gpg subcommand (#3845) 2017-05-26 10:31:04 -07:00
mock_configs/site_spackconfig
repos Bug/cctools syscall (#4440) 2017-06-07 11:51:46 -05:00