Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixup totally broken locking code... No storage for the mutex, | Eric Andersen | 2002-05-30 | 1 | -3/+3 |
| | | | | | wrong ifdef macro.. -Erik | ||||
* | Implement readdir_r. Audit for proper thread safety and locking. | Eric Andersen | 2002-05-11 | 1 | -17/+4 |
| | | | | -Erik | ||||
* | Scrub up some lingering problems preventing readdir64 from working | Eric Andersen | 2001-11-14 | 1 | -5/+16 |
| | | | | | | and creating several *64 problems, particualrly when client apps used -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64. All better now. -Erik | ||||
* | In theory, this adds readdir64 and friends. Dunno if they | Eric Andersen | 2001-10-17 | 1 | -1/+1 |
| | | | | | work yet or not.... -Erik | ||||
* | Move the dirent stuff. I suppose it is system dependant, but then | Eric Andersen | 2001-03-19 | 1 | -0/+75 |
it really should be grouped together too. And it needed to be grouped more then it needed to be in sysdeps/linux/common |