kernel/libroot: add pipe2() from POSIX.1-2024
this adds a parameter to the create_pipe syscall. Adjust strace. Change-Id: I83e9f039eb28c862458654b66c03e2e21a258822 Reviewed-on: https://review.haiku-os.org/c/haiku/+/8513 Reviewed-by: waddlesplash <[email protected]> Tested-by: Commit checker robot <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
30179dd326
commit
11cd4af6e1
@@ -341,6 +341,7 @@ extern int fchdir(int fd);
|
||||
extern char *getcwd(char *buffer, size_t size);
|
||||
|
||||
extern int pipe(int fildes[2]);
|
||||
extern int pipe2(int fildes[2], int flags);
|
||||
extern int dup(int fd);
|
||||
extern int dup2(int fd1, int fd2);
|
||||
extern int close(int fd);
|
||||
|
||||
Reference in New Issue
Block a user