[svn:parrot] r44165 - in trunk: config/gen/platform/generic t/codingstd

mikehh at svn.parrot.org mikehh at svn.parrot.org
Fri Feb 19 11:31:32 UTC 2010


Author: mikehh
Date: Fri Feb 19 11:31:31 2010
New Revision: 44165
URL: https://trac.parrot.org/parrot/changeset/44165

Log:
correct C function docs

Modified:
   trunk/config/gen/platform/generic/memexec.c
   trunk/t/codingstd/c_function_docs.t

Modified: trunk/config/gen/platform/generic/memexec.c
==============================================================================
--- trunk/config/gen/platform/generic/memexec.c	Fri Feb 19 11:23:51 2010	(r44164)
+++ trunk/config/gen/platform/generic/memexec.c	Fri Feb 19 11:31:31 2010	(r44165)
@@ -1,6 +1,6 @@
 /*
  * $Id$
- * Copyright (C) 2004-2006, Parrot Foundation.
+ * Copyright (C) 2004-2010, Parrot Foundation.
  */
 
 /*
@@ -59,7 +59,7 @@
 
 /*
 
-=item C<void mem_free_executable(void *p, size_t)>
+=item C<void mem_free_executable(void *p, size_t size)>
 
 Free a buffer allocated with mem_alloc_executable().
 
@@ -81,7 +81,8 @@
 
 /*
 
-=item C<void * mem_realloc_executable(void* oldp, size_t oldsize, size_t newsize)>
+=item C<void * mem_realloc_executable(void* oldp, size_t oldsize, size_t
+newsize)>
 
 Reallocate executable memory.
 Rounds up to page size because the whole page will be marked as executable.

Modified: trunk/t/codingstd/c_function_docs.t
==============================================================================
--- trunk/t/codingstd/c_function_docs.t	Fri Feb 19 11:23:51 2010	(r44164)
+++ trunk/t/codingstd/c_function_docs.t	Fri Feb 19 11:31:31 2010	(r44165)
@@ -108,7 +108,6 @@
 config/gen/platform/generic/exec.c
 config/gen/platform/generic/math.c
 config/gen/platform/generic/memalign.c
-config/gen/platform/generic/memexec.c
 config/gen/platform/generic/stat.c
 config/gen/platform/generic/time.c
 config/gen/platform/netbsd/math.c


More information about the parrot-commits mailing list