]> git.ipfire.org Git - thirdparty/util-linux.git/commit
enosys: include sys/syscall.h
authorThomas Weißschuh <thomas@t-8ch.de>
Fri, 19 May 2023 08:51:25 +0000 (10:51 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Fri, 19 May 2023 15:47:52 +0000 (17:47 +0200)
commit43d4d1cc1debb3f485ae8c2234fd1361e8cb7fd7
tree02abde350ef685657484b54861c18c2ab35485df
parent01a0a556018694bfaf6b01a5a40f8d0d10641a1f
enosys: include sys/syscall.h

Otherwise there is no guarantee that all syscall numbers detected by
tools/all_syscalls are actually available to enosys.c.

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
misc-utils/enosys.c