From 984b549864280696256cec135651770ff0b1251b Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Thu, 17 Jul 2025 00:38:04 -0400 Subject: kernel: spawn: Deprecate SPAWN_WAIT Deprecate SPAWN_WAIT in favor of waitpid() Signed-off-by: Ian Moffett --- sys/include/sys/spawn.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/include') 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 #include -#define SPAWN_WAIT BIT(0) - #if !defined(_KERNEL) pid_t spawn(const char *pathname, char **argv, char **envp, int flags); #endif /* _KERNEL */ -- cgit v1.2.3