mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 05:42:05 +08:00
sched: Remove the condition guard from environ macro
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Gustavo Henrique Nihei
parent
965f7641fd
commit
a698100de3
+1
-3
@@ -62,9 +62,7 @@
|
||||
* function call. However, get_environ_ptr() can be used in its place.
|
||||
*/
|
||||
|
||||
#ifndef CONFIG_DISABLE_ENVIRON
|
||||
# define environ get_environ_ptr()
|
||||
#endif
|
||||
#define environ get_environ_ptr()
|
||||
|
||||
#if defined(CONFIG_FS_LARGEFILE) && defined(CONFIG_HAVE_LONG_LONG)
|
||||
# define mkstemp64 mkstemp
|
||||
|
||||
Reference in New Issue
Block a user