mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
syscall/: Adapt the conditional compile logic on when to include the vfork() syscall proxy and stub to the logic used for vfork() itself.
This commit is contained in:
committed by
Gregory Nutt
parent
ffb4f00da9
commit
6aaea06da9
@@ -141,7 +141,7 @@
|
||||
|
||||
/* The following can be individually enabled */
|
||||
|
||||
#ifdef CONFIG_ARCH_HAVE_VFORK
|
||||
#if defined(CONFIG_SCHED_WAITPID) && defined(CONFIG_ARCH_HAVE_VFORK)
|
||||
# define SYS_vfork __SYS_vfork
|
||||
# define __SYS_atexit (__SYS_vfork + 1)
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user