From 6f97b07ff0f5f8e7f36ffddf9d5cf3fe930353eb Mon Sep 17 00:00:00 2001 From: meep-eep Date: Sun, 23 Apr 2006 06:24:14 +0000 Subject: [PATCH] New entry git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2318 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/libs/uio/doc/todo | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sc2/src/sc2code/libs/uio/doc/todo b/sc2/src/sc2code/libs/uio/doc/todo index 388d9c919..db65862c0 100644 --- a/sc2/src/sc2code/libs/uio/doc/todo +++ b/sc2/src/sc2code/libs/uio/doc/todo @@ -46,6 +46,8 @@ Bugs: component does not exist, even when O_RDONLY is used. For O_RDRW, O_CREAT should probably be checked too (function description needs to be updated too then). +- A lot of inlining is not possible because of the order of function + definitions. Extra features (not necessary for UQM): - Make functions to use for uio_malloc, uio_free and uio_realloc