aboutsummaryrefslogtreecommitdiffstats
path: root/man3/malloc_hook.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/malloc_hook.3')
-rw-r--r--man3/malloc_hook.32
1 files changed, 2 insertions, 0 deletions
diff --git a/man3/malloc_hook.3 b/man3/malloc_hook.3
index 1280b8519b..53496ed572 100644
--- a/man3/malloc_hook.3
+++ b/man3/malloc_hook.3
@@ -119,6 +119,8 @@ my_malloc_hook (size_t size, const void *caller) {
return result;
}
.fi
+.SH "CONFORMING TO"
+These functions are GNU extensions.
.SH "SEE ALSO"
.BR mallinfo (3),
.BR malloc (3),