From: mgh Date: Tue, 17 Jul 2007 12:34:05 +0000 (+0000) Subject: Implemented some shared object functions X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/frsh-include.git/commitdiff_plain/23ce61258f4999ce183769579272da9090599ec4 Implemented some shared object functions git-svn-id: http://www.frescor.org/private/svn/frescor/frsh/trunk/include@548 35b4ef3e-fd22-0410-ab77-dab3279adceb --- diff --git a/frsh_freelist.h b/frsh_freelist.h index a10f64f..c6d6898 100644 --- a/frsh_freelist.h +++ b/frsh_freelist.h @@ -96,7 +96,7 @@ int frsh_freelist_alloc(frsh_freelist_t *list); /** * Deallocate the cell specified by index cell adding it to the list * of free cells specified by list - * Returns 0 if successful, or -1 if the cell was not free + * Returns 0 if successful, or -1 if the cell was already free */ int frsh_freelist_free(frsh_freelist_t *list, int cell);