sched: Remove the condition guard from environ macro
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
965f7641fd
commit
a698100de3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue