summaryrefslogtreecommitdiff
path: root/lib/progreloc.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-04-08 11:30:47 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2011-04-08 13:31:41 -0700
commit10d90c830f45ec144359c5ddfee57fc8724b7fb9 (patch)
treebaec8dbd3139d34d5879ce071806e3fecae51d2e /lib/progreloc.c
parent9df573c1d54ff52f4448e1ed09f8b22d9208605e (diff)
downloadgnulib-10d90c830f45ec144359c5ddfee57fc8724b7fb9.tar.gz
* lib/progreloc.c (_GL_USE_STDLIB_ALLOC, malloc): Likewise.
Diffstat (limited to 'lib/progreloc.c')
-rw-r--r--lib/progreloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/progreloc.c b/lib/progreloc.c
index 0769c5e1cb..4a3fa48be4 100644
--- a/lib/progreloc.c
+++ b/lib/progreloc.c
@@ -16,6 +16,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
+#define _GL_USE_STDLIB_ALLOC 1
#include <config.h>
/* Specification. */
@@ -94,7 +95,6 @@ extern char * canonicalize_file_name (const char *name);
#undef close
/* Use the system functions, not the gnulib overrides in this file. */
-#undef malloc
#undef sprintf
#undef set_program_name