Toby Hsieh
2008-10-23 22:57:34 UTC
From my understanding of the spec, if you creat a file, unlink it, and
then call write referencing this file descriptor, it should return -1;
however, for some reason, file.write appears to be allowing the write.
Can someone confirm that -1 is returned when you call write() in this
scenario?
then call write referencing this file descriptor, it should return -1;
however, for some reason, file.write appears to be allowing the write.
Can someone confirm that -1 is returned when you call write() in this
scenario?