RE: Cygwin and getsubopt

2006-01-06 Thread Dave Korn
Chris Taylor wrote: > Christopher Faylor wrote: >> On Fri, Jan 06, 2006 at 03:04:01PM +0530, Vijay Kiran Kamuju wrote: >>> I could see getsubopt declaration in the unistd.h >>> but in unix/linux its defined in stdlib.h >>> i have also noticed that cygwin1.dll does not have that function >>> implem

Re: Cygwin and getsubopt

2006-01-06 Thread Chris Taylor
Christopher Faylor wrote: On Fri, Jan 06, 2006 at 03:04:01PM +0530, Vijay Kiran Kamuju wrote: Hi, I could see getsubopt declaration in the unistd.h but in unix/linux its defined in stdlib.h i have also noticed that cygwin1.dll does not have that function implemented. as strings cygwin1.dll as

Re: Cygwin and getsubopt

2006-01-06 Thread Christopher Faylor
On Fri, Jan 06, 2006 at 03:04:01PM +0530, Vijay Kiran Kamuju wrote: >Hi, > >I could see getsubopt declaration in the unistd.h >but in unix/linux its defined in stdlib.h >i have also noticed that cygwin1.dll does not have that function implemented. >as strings cygwin1.dll as of the 20060105 snapshot

Re: Cygwin and getsubopt

2006-01-06 Thread Brian Dessent
Vijay Kiran Kamuju wrote: > I could see getsubopt declaration in the unistd.h > but in unix/linux its defined in stdlib.h The definition in that header file actually comes from newlib, which contains an implementation of the function. But, it's not listed in cygwin.din which means it's present b

Cygwin and getsubopt

2006-01-06 Thread Vijay Kiran Kamuju
Hi, I could see getsubopt declaration in the unistd.h but in unix/linux its defined in stdlib.h i have also noticed that cygwin1.dll does not have that function implemented. as strings cygwin1.dll as of the 20060105 snapshot debug version did not give any results for the string getsubopt. Its well