mirror of
https://github.com/apache/nuttx.git
synced 2026-09-21 13:25:12 +08:00
Fix some backward conditional compilation
This commit is contained in:
@@ -75,4 +75,4 @@ int task_spawnattr_getstacksize(FAR const posix_spawnattr_t *attr,
|
||||
return OK;
|
||||
}
|
||||
|
||||
#endif /* CONFIG_ARCH_ADDRENV */
|
||||
#endif /* !CONFIG_ARCH_ADDRENV */
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
#include <spawn.h>
|
||||
#include <assert.h>
|
||||
|
||||
#ifdef CONFIG_ARCH_ADDRENV
|
||||
#ifndef CONFIG_ARCH_ADDRENV
|
||||
|
||||
/****************************************************************************
|
||||
* Public Functions
|
||||
@@ -74,4 +74,4 @@ int task_spawnattr_setstacksize(FAR posix_spawnattr_t *attr, size_t stacksize)
|
||||
return OK;
|
||||
}
|
||||
|
||||
#endif /* CONFIG_ARCH_ADDRENV */
|
||||
#endif /* !CONFIG_ARCH_ADDRENV */
|
||||
|
||||
Reference in New Issue
Block a user