+2007-02-18 Bruno Haible <bruno@clisp.org>
+
+ * lib/stdlib_.h: Handle glibc's special invocation convention
+ specially.
+
2007-02-18 Bruno Haible <bruno@clisp.org>
* modules/stdlib-tests: New file.
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
+#if defined __need_malloc_and_calloc
+/* Special invocation convention inside glibc header files. */
+#include @ABSOLUTE_STDLIB_H@
+#else
+/* Normal invocation convention. */
#ifndef _GL_STDLIB_H
#define _GL_STDLIB_H
}
#endif
+#endif /* _GL_STDLIB_H */
#endif