This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: lseek() fails to seek on /dev/fd0 ('\\.\A:')


Jesper Eskilson <jojo@virtutech.se> writes:

> Why is it ok to seek to 0 bytes and 1 byte, but not 2?

The test-program passed parameters in the wrong order, the correct order is

        lseek(fd, pos, whence)

However, this was not the error I was really trying to fix (the real
program passed the parameters in the correct order). The real problem was
that lseek() fails when doing SEEK_END on a raw device. On Linux and
Solaris, lseek() return 0 when doing SEEK_END on raw devices.

Any comments?

/Jesper
-- 
-------------------------------------------------------------------------
Jesper Eskilson                                         jojo@virtutech.se
Virtutech                                         http://www.virtutech.se
-------------------------------------------------------------------------


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]