summaryrefslogtreecommitdiff
path: root/lib/stdlib.in.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2013-01-09 18:19:44 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2013-01-09 18:19:44 -0800
commit6466e676b9e7d102e36f043df92351fe235b82f5 (patch)
tree14a4b884efa0cc1bbee91cc3094760a1b33674af /lib/stdlib.in.h
parent51fb5578777d1041feaab31651b65e09e1731d33 (diff)
downloademacs-6466e676b9e7d102e36f043df92351fe235b82f5.tar.gz
Merge from gnulib.
Diffstat (limited to 'lib/stdlib.in.h')
-rw-r--r--lib/stdlib.in.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/stdlib.in.h b/lib/stdlib.in.h
index 3b3b4b1bd43..422ad714c32 100644
--- a/lib/stdlib.in.h
+++ b/lib/stdlib.in.h
@@ -20,8 +20,9 @@
#endif
@PRAGMA_COLUMNS@
-#if defined __need_malloc_and_calloc
-/* Special invocation convention inside glibc header files. */
+#if defined __need_system_stdlib_h || defined __need_malloc_and_calloc
+/* Special invocation conventions inside some gnulib header files,
+ and inside some glibc header files, respectively. */
#@INCLUDE_NEXT@ @NEXT_STDLIB_H@