diff options
Diffstat (limited to 'sys/include')
-rw-r--r-- | sys/include/sys/spawn.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/include/sys/spawn.h b/sys/include/sys/spawn.h index 0c54e4c..28dbe5b 100644 --- a/sys/include/sys/spawn.h +++ b/sys/include/sys/spawn.h @@ -33,8 +33,6 @@ #include <sys/types.h> #include <sys/param.h> -#define SPAWN_WAIT BIT(0) - #if !defined(_KERNEL) pid_t spawn(const char *pathname, char **argv, char **envp, int flags); #endif /* _KERNEL */ |