diff options
Diffstat (limited to 'lib/setenv.c')
-rw-r--r-- | lib/setenv.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/setenv.c b/lib/setenv.c index 7c061925dd..173d95f28b 100644 --- a/lib/setenv.c +++ b/lib/setenv.c @@ -15,6 +15,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #if !_LIBC +# define _GL_USE_STDLIB_ALLOC 1 # include <config.h> #endif @@ -64,10 +65,6 @@ __libc_lock_define_initialized (static, envlock) # define clearenv __clearenv # define tfind __tfind # define tsearch __tsearch -#else -/* Use the system functions, not the gnulib overrides in this file. */ -# undef malloc -# undef realloc #endif /* In the GNU C library implementation we try to be more clever and |