Le 19/07/2022 à 18:20, Helge Deller a écrit :
The pipe2() syscall is available on all Linux platforms since kernel
2.6.27, so use it unconditionally to emulate pipe() and pipe2().
Signed-off-by: Helge Deller
Reviewed-by: Peter Maydell
---
Changes in v2:
- added Reviewed-by: from Peter
- new di
The pipe2() syscall is available on all Linux platforms since kernel
2.6.27, so use it unconditionally to emulate pipe() and pipe2().
Signed-off-by: Helge Deller
Reviewed-by: Peter Maydell
---
Changes in v2:
- added Reviewed-by: from Peter
- new diff against git head
- no functional changes
di