From 516fd7983205dfc46963d8807e9478c148aecc37 Mon Sep 17 00:00:00 2001 From: Meep-Eep Date: Sat, 1 Mar 2008 19:48:12 +0000 Subject: [PATCH] update git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2931 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/libs/uio/doc/todo | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sc2/src/sc2code/libs/uio/doc/todo b/sc2/src/sc2code/libs/uio/doc/todo index 4240ca12e..6ac95e14f 100644 --- a/sc2/src/sc2code/libs/uio/doc/todo +++ b/sc2/src/sc2code/libs/uio/doc/todo @@ -4,6 +4,7 @@ Needed for use in UQM: - when doing uio_getStdioPhysical(), if write access is required, but not available on the original location, also copy the file to the temporary dir. +- Call fsync() at appropriate times. Documentation: - use doxygen @@ -127,6 +128,9 @@ Cleanups (not necessary for UQM): uio_PRoot_unref etc - Add uio_fatal(), uio_error(), uio_warning() - Clean up the include structure +- use stdint.h and stdbool.h types directly, instead of using uio_int16 etc. + Remove types.h, and instead, if these types are missing on some platforms, + put the fixes in port.h.