Implement special read function that sets errno in case of a short read. Drop
_dirskip in favour of the new function. git-svn-id: svn://svn.cc65.org/cc65/trunk@5672 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -21,7 +21,10 @@
|
||||
.global _opendir
|
||||
.global _closedir
|
||||
.global _readdir
|
||||
.global _telldir
|
||||
.global _rewinddir
|
||||
; .global _telldir
|
||||
; .global _rewinddir
|
||||
.global __dirread
|
||||
.global __dirread1
|
||||
.global __dirskip
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user