Mercurial > ecos-v3_0-branch
changeset 2206:7681e8acc4cd
* doc/memalloc.sgml: Fix parameters for calloc. Reported by
Andy Jackson
| author | asl |
|---|---|
| date | Wed, 17 May 2006 16:14:02 +0000 |
| parents | 1128b12096f1 |
| children | 9f901b4004b8 |
| files | packages/services/memalloc/common/current/ChangeLog packages/services/memalloc/common/current/doc/memalloc.sgml |
| diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/services/memalloc/common/current/ChangeLog +++ b/packages/services/memalloc/common/current/ChangeLog @@ -1,3 +1,8 @@ +2006-05-17 Andrew Lunn <andrew.lunn@ascom.ch> + + * doc/memalloc.sgml: Fix parameters for calloc. Reported by + Andy Jackson. + 2005-09-30 Alexander Neundorf <neundorf@kde.org> * doc/memalloc.sgml: two minor fixes
--- a/packages/services/memalloc/common/current/doc/memalloc.sgml +++ b/packages/services/memalloc/common/current/doc/memalloc.sgml @@ -328,6 +328,7 @@ typedef struct { </funcprototype> <funcprototype> <funcdef>void *<function>calloc</function></funcdef> + <paramdef>size_t <parameter>nmemb</parameter></paramdef> <paramdef>size_t <parameter>size</parameter></paramdef> </funcprototype> <funcprototype>
