2
0
Fork 0

Possible problem with SCO ls.

This commit is contained in:
jaggy 2001-08-28 11:22:38 +00:00
parent 3bcd375598
commit c2c8ee5553

6
TODO
View file

@ -76,3 +76,9 @@ that select can be used on but select cannot necessarily work on things
that can be polled. Specifically you can poll a transport end point
but not select on it. Badly written programs could block when they
wouldn't normally.
SCO ls says "cannot get current working directory: Function not
implemented". No syscall is returning ENOSYS. Ls calls lseek on
a directory to set the file position to 1GB then calls getdents,
which appears to return something before EOF. This doesn't seem
right?