mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +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.
|
* function call. However, get_environ_ptr() can be used in its place.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef CONFIG_DISABLE_ENVIRON
|
#define environ get_environ_ptr()
|
||||||
# define environ get_environ_ptr()
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(CONFIG_FS_LARGEFILE) && defined(CONFIG_HAVE_LONG_LONG)
|
#if defined(CONFIG_FS_LARGEFILE) && defined(CONFIG_HAVE_LONG_LONG)
|
||||||
# define mkstemp64 mkstemp
|
# define mkstemp64 mkstemp
|
||||||
|
|||||||
Reference in New Issue
Block a user