diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2015-03-18 22:32:22 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2015-03-18 22:32:22 +0100 |
commit | 6c4538905e65ceb203f59aaa9a61728e81c6bc0a (patch) | |
tree | 241337035488fb2b179340d79a5ec4539f5fc09a /TODO | |
parent | 78e6494c2cf677d170a5c4ce0f46d152d478abc0 (diff) |
libm: Add missing C99 float/ld wrappers
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -93,6 +93,7 @@ TODO list for the uClibc 1.0.0 release: ugetrlimit, it seems, else use the modern variant) *) simplify exec*() in the light of execvpe (perhaps single internal impl); USE_GNU for execvpe (and other GNU extensions, see psm). + *) Remove unused math complex hidden protos throughout TODO list for AFTER the uClibc 1.0.0 release: |