diff --git a/include/stdlib.h b/include/stdlib.h index 690ac4c13d..81e939670d 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -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