This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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@us.ibm.com>
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]