Changeset 2515


Ignore:
Timestamp:
Feb 4, 2006, 12:45:05 PM (20 years ago)
Author:
bird
Message:

#32: Fixed incorrect readdir_r return code when out of files.

Location:
branches/libc-0.6/src/emx
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/src/emx/ChangeLog.LIBC

    r2514 r2515  
    22
    33TODO: open replace on RAMFS fails with error 32!
     4
     52006-02-04: knut st. osmundsen <bird-gccos2-spam@anduin.net>
     6    - libc:
     7        o #32: Fixed incorrect readdir_r return code when out of files.
    48
    592006-02-03: knut st. osmundsen <bird-gccos2-spam@anduin.net>
  • branches/libc-0.6/src/emx/src/lib/misc/dirent.c

    r2254 r2515  
    169169        //errno = ENOENT;
    170170        *ppdent = NULL;
    171         LIBCLOG_RETURN_P(-1); /** @todo readdir_r return code is wrong */
     171        LIBCLOG_RETURN_P(0);
    172172    }
    173173
Note: See TracChangeset for help on using the changeset viewer.