Skip to content

Commit afb8a75

Browse files
fix: Fixed build errors on RHEL 8.10
Signed-off-by: Slawomir Milczarek <[email protected]> Source: 70619b4
1 parent 491be40 commit afb8a75

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

shared/source/os_interface/linux/sys_calls_linux.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
#include <sys/types.h>
2424
#include <unistd.h>
2525

26+
#ifndef SYS_pidfd_open
27+
#define SYS_pidfd_open 434
28+
#endif
29+
2630
#ifndef SYS_pidfd_getfd
2731
#define SYS_pidfd_getfd 438
2832
#endif

0 commit comments

Comments
 (0)