diff options
| author | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-11-12 00:37:26 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-11-16 22:57:45 +0100 |
| commit | 2ce58c995946f85666e793c4f06efff683e76ae4 (patch) | |
| tree | fbf2658bb0b0f61dadcf4ca27f997eaded78aae5 /src/bin/include | |
| parent | 5ce25ae3b5d8666d373f7d7e336546ce8508c213 (diff) | |
fixesHEADhelloworldmaster
Diffstat (limited to 'src/bin/include')
| -rw-r--r-- | src/bin/include/bin.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bin/include/bin.h b/src/bin/include/bin.h index a5528c5..34558f9 100644 --- a/src/bin/include/bin.h +++ b/src/bin/include/bin.h @@ -20,8 +20,10 @@ #define BIN_H #include <sys/types.h> +#include <fs/fs.h> -int bin_exec(const char *path, const char *const *argv, uid_t uid, gid_t gid); +int bin_exec(const char *path, const char *const *argv, + const struct fs_stdstreams *ss, pid_t parent, uid_t uid, gid_t gid); int bin_update(void); #endif |
