Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-09-05 | add missing legacy LFS *64 symbol aliases | Szabolcs Nagy | 1 | -0/+3 | |
versionsort64, aio*64 and lio*64 symbols were missing, they are only needed for glibc ABI compatibility, on the source level dirent.h and aio.h already redirect them. | |||||
2011-09-14 | fix inconsistent signature for aio_error | Rich Felker | 1 | -1/+1 | |
2011-09-09 | implement POSIX asynchronous io | Rich Felker | 1 | -0/+6 | |
some features are not yet supported, and only minimal testing has been performed. should be considered experimental at this point. |