fix: Fixed build errors on RHEL 8.10

Signed-off-by: Slawomir Milczarek <slawomir.milczarek@intel.com>
Source: 70619b4e6c
This commit is contained in:
Slawomir Milczarek 2025-05-19 21:00:37 +00:00 committed by Compute-Runtime-Automation
parent 491be40cbc
commit afb8a7597d
1 changed files with 4 additions and 0 deletions

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