summaryrefslogtreecommitdiff
path: root/lib/attribute.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/attribute.h')
-rw-r--r--lib/attribute.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/attribute.h b/lib/attribute.h
index 26a5556557..eb36188d48 100644
--- a/lib/attribute.h
+++ b/lib/attribute.h
@@ -80,7 +80,7 @@
that can be freed by passing them as the Ith argument to the
function F.
ATTRIBUTE_DEALLOC_FREE declares that the function returns pointers that
- can be freed via 'free'; it can be used only after including <stdlib.h>. */
+ can be freed via 'free'; it can be used only after declaring 'free'. */
/* Applies to: functions. Cannot be used on inline functions. */
#define ATTRIBUTE_DEALLOC(f, i) _GL_ATTRIBUTE_DEALLOC(f, i)
#define ATTRIBUTE_DEALLOC_FREE _GL_ATTRIBUTE_DEALLOC_FREE