diff lib/progreloc.c @ 13397:758ef73803db

Avoid relocwrapper link errors due to gnulib replacement functions.
author Bruno Haible <bruno@clisp.org>
date Wed, 09 Jun 2010 12:47:59 +0200 (2010-06-09)
parents c2cbabec01dd
children 241057e2e60f
line wrap: on
line diff
--- a/lib/progreloc.c
+++ b/lib/progreloc.c
@@ -89,6 +89,10 @@
 #undef open
 #undef close
 
+/* Use the system functions, not the gnulib overrides in this file.  */
+#undef malloc
+#undef sprintf
+
 #undef set_program_name