From 46ca7a1c6d7b01a2ab5e4a75cbb68f902dcb95ad Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 22 Jul 2002 00:57:09 +0000 Subject: (Hooks for Malloc): Correct order of arguments for __memalign_hook. --- manual/memory.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/memory.texi b/manual/memory.texi index c840e70829..5427799294 100644 --- a/manual/memory.texi +++ b/manual/memory.texi @@ -892,7 +892,7 @@ uses whenever it is called. You should define this function to look like @code{memalign}; that is, like: @smallexample -void *@var{function} (size_t @var{size}, size_t @var{alignment}, const void *@var{caller}) +void *@var{function} (size_t @var{alignment}, size_t @var{size}, const void *@var{caller}) @end smallexample The value of @var{caller} is the return address found on the stack when -- cgit v1.2.1