options/linux: Add a dummy sys/syscall.h header

Signed-off-by: Dennis Bonke <admin@dennisbonke.com>
This commit is contained in:
Dennis Bonke 2021-06-06 02:59:28 +02:00
parent eeba5a87b4
commit 17267aa2ed
No known key found for this signature in database
GPG key ID: F456F05FBF825330
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#ifndef _SYS_SYSCALL_H
#define _SYS_SYSCALL_H
// OpenSSL wants this header to exist
#endif // _SYS_SYSCALL_H

View file

@ -88,6 +88,7 @@ if not no_headers
'include/sys/random.h',
'include/sys/sendfile.h',
'include/sys/signalfd.h',
'include/sys/syscall.h',
'include/sys/sysmacros.h',
'include/sys/timerfd.h',
'include/sys/eventfd.h',