fix: Fixed build errors on RHEL 8.10

Signed-off-by: Slawomir Milczarek <slawomir.milczarek@intel.com>
This commit is contained in:
Slawomir Milczarek
2025-05-19 21:00:37 +00:00
committed by Compute-Runtime-Automation
parent 34bd6aae11
commit 70619b4e6c

View File

@@ -23,6 +23,10 @@
#include <sys/types.h>
#include <unistd.h>
#ifndef SYS_pidfd_open
#define SYS_pidfd_open 434
#endif
#ifndef SYS_pidfd_getfd
#define SYS_pidfd_getfd 438
#endif