X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=contrib%2Fsb-posix%2FTODO;h=f28b5d50c2a58b3e8872ddc58a6fc4b267584609;hb=b665ae77fc8e369b8713abf3ca9e3d8455e4c5a7;hp=27de86ba218702b6c5f4ced58fa06556675c726d;hpb=14a1a090731b8fa3632a6e4b51deee8cbc8f59c9;p=sbcl.git diff --git a/contrib/sb-posix/TODO b/contrib/sb-posix/TODO index 27de86b..f28b5d5 100644 --- a/contrib/sb-posix/TODO +++ b/contrib/sb-posix/TODO @@ -51,4 +51,9 @@ than going thru an exception mechanism that will be invoked everytime. 9) proper alien definitions of structures [ possibly an sb-grovel problem, but the way we define calls exposes the problem -- see -readdir() ] +readdir() ] [ isn't this done? ] + +10) some functions (e.g. fdatasync, putenv) have a return value which +is purely an error indicator. Currently we're returning the 0 on +success, but maybe it would make more sense for them to return +(values).