Update TODO

This commit is contained in:
Guillem Jover 2017-06-18 20:30:51 +02:00
parent 7a75f550e8
commit 5a46e4867d

3
TODO
View File

@ -4,6 +4,9 @@
- bsd_getopt.
- timeconv?
* Add a README.import file.
* Update man pages:
- Fix references to a.out(5) and inline needed struct definitions.
- Document when each interface was added on every BSD, and libbsd.
* Handle LFS properly. By default the library emits LFS objects, but might
be used by non-LFS objects. We should either provide foo and foo64
functions and appropriate mappings on _FILE_OFFSET_BITS=64,