summaryrefslogtreecommitdiffstats
path: root/libgloss/spu/dirfuncs.c
Commit message (Collapse)AuthorAgeFilesLines
* 2008-09-10 Ken Werner <ken.werner@de.ibm.com>Jeff Johnston2008-09-111-6/+14
| | | | | * spu/dirfuncs.c: Avoid warnings. * spu/kill.c: Likewise.
* 2007-09-21 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston2007-09-211-0/+167
* spu/dirfuncs.c: New file, holds the opendir, closedir, readdir, rewinddir, seekdir and telldir implementations. These are grouped in one file so that we do not need a separate file for the struct dirent and DIR allocation code. * spu/jsre.h: Add JSRE_OPENDIR and other dir opcodes. * spu/Makefile.in: Add dirfuncs.o.