diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-11-14 11:14:57 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-11-14 11:14:57 +0000 |
commit | a9584047a9538b2fbbf4f66acba509260b5e413a (patch) | |
tree | 8c79bde8084e87ce8bbaa55e316df9fd438a9b89 | |
parent | f9c107e86ba470927d45850efb3ad234aee4aaa6 (diff) |
I fixed readdir64
-rw-r--r-- | TODO | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,6 +1,5 @@ Any takers? -readdir64 (part of the LFS support) is broken and segfaults. On ARM, the kernel fp math emulator uses a funky byte ordering that causes some of our math functions to produce bad results. We need to fix up the things for the wierd ARM byte ordering. |