[Cbe-oss-dev] [PATCH RFC] libspe2 add opendir and related functions

D. Herrendoerfer d.herrendoerfer at herrendoerfer.name
Mon Jun 18 17:34:05 EST 2007


Added.

Thank you very much.

D.Herrendoerfer

On Fri, 2007-06-15 at 10:56 -0700, Patrick Mansfield wrote:
> Modified to just always use 64 bits (for opendir DIR* result, and to
> get
> the DIR* from the SPU), so we don't have to hash to a 32 bit value.
> 
> Add assist calls for:
> 
>         DIR *opendir(const char *name)
>         int closedir(DIR *dir)
>         struct dirent *readdir(DIR *dir)
>         void rewinddir(DIR *dir)
>         void seekdir(DIR *dir, off_t offset)
>         off_t telldir(DIR *dir)
> 
> Signed-off-by: Patrick Mansfield <patmans at us.ibm.com>
> 




More information about the cbe-oss-dev mailing list