Library/libs: add telldir, seekdir and rewinddir
authorFaisal Abbas <90.abbasfaisal@gmail.com>
Sun, 8 Nov 2015 16:16:00 +0000 (21:16 +0500)
committerAlan Cox <alan@linux.intel.com>
Sun, 8 Nov 2015 16:51:31 +0000 (16:51 +0000)
commit5abbb0b968772e4c924deed9ade511d6454f75dd
tree045d43612fafc860b916951fcf41c1f13ab7d9e2
parent0815feb5389aacdf94874020d663ded5afe6133e
Library/libs: add telldir, seekdir and rewinddir

 - Also set reclen to 31 in readdir.
 - Tested on z80pack.
 - Only compile-tested on 6809.
Library/libs/Makefile
Library/libs/Makefile.6809
Library/libs/opendir.c
Library/libs/readdir.c
Library/libs/rewinddir.c [new file with mode: 0644]
Library/libs/seekdir.c [new file with mode: 0644]
Library/libs/telldir.c [new file with mode: 0644]