(Hooks for Malloc): Correct order of arguments for __memalign_hook.
authorUlrich Drepper <drepper@redhat.com>
Mon, 22 Jul 2002 00:57:09 +0000 (00:57 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 22 Jul 2002 00:57:09 +0000 (00:57 +0000)
manual/memory.texi

index c840e70..5427799 100644 (file)
@@ -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