remove todo list (already done)

This commit is contained in:
Alexandre Ratchov 2014-11-18 10:26:45 +01:00
parent 31b3f1eb9d
commit 6c83586b81
1 changed files with 0 additions and 11 deletions

View File

@ -14,17 +14,6 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/*
* TODO:
*
* remove filling code from sio_sun_write() and create sio_sun_fill()
*
* allow block size to be set
*
* call hdl->cb_pos() from sio_sun_read() and sio_sun_write(), or better:
* implement generic blocking sio_read() and sio_write() with poll(2)
* and use non-blocking sio_ops only
*/
#ifdef USE_SUN
#include <sys/types.h>