This is the mail archive of the cygwin-developers@sourceware.cygnus.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: Permission denied with makeinfo from texinfo-4.0


Chris Faylor wrote:
> [...]
> That's not quite the same thing.  The behavior as I understand it is
> something like this:
> 
> #include <sys/types.h> etcetera...
> [...]
>   lseek (fd, (off_t) -2, SEEK_END);
>   bytes = read (fd, buf1 + (64000 - 2), 40000);
>   printf ("read: %d, err: %d, %s\n", bytes, errno, strerror(errno));
> [...]
> This supposedly works on UNIX and fails on Cygwin.

I had checked this either and it's really the same. It doesn't
work and it results in error EFAULT.

Corinna

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