]> git.ipfire.org Git - thirdparty/util-linux.git/commit
do not require sys/syscall.h on non-linux platforms
authorEric Simpson <esimpson@ca.ibm.com>
Tue, 13 Oct 2020 16:55:05 +0000 (12:55 -0400)
committerEric Simpson <esimpson@ca.ibm.com>
Tue, 13 Oct 2020 16:55:05 +0000 (12:55 -0400)
commit811351ac986bd5fe518dc0aa08db91a0b648c4f1
tree52edab89b0cdd0d51b7959f3ed8f4eae71c52b11
parent017c0308c7d3b0d84bfc11e5863220bc32d640ba
do not require sys/syscall.h on non-linux platforms

In order to build util-linux on other platforms (such as IBM i), do not require the linux-specific sys/syscall.h.
lib/randutils.c