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: [RFD]: fcntl call substituting `setmode'


Corinna Vinschen wrote:
> 
> Hi all,
> 
> I'm just using the `setmode' function and I wonder
> if it wouldn't be a nice thing to have some sort of
> fcntl call for that, eg.
> 
>         fcntl(fd, F_SETMODE, O_TEXT);
> [...]

Perfect timing!

I just got a segmentation violation in `ash' when calling
`setmode'. In gdb I could see the reason: ash already has
an own function called `setmode'. :-} 

Corinna

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