1.5.5.1 unlink() unable to remove an open file.

2004-08-06 Thread Ghanshyam
#x27;ls' on the shell , the file 'test_file' still shown. 7. now terminate open_file.exe program by giving some input, and 'ls' again on the dir. now 'test_file' is not shown and deleted!!! with thanks and regards, ghanshyam -- Unsubscribe info: http://c

RE:RE: 1.5.5.1 posix conformance for sigaction()

2004-03-24 Thread Ghanshyam
hi, Thanks for your attention. But I found the second result (two SIGCHLD) in both the cases. I m using the cygwin version 1.5.5.1 Thanks, Ghanshyam > -Original Message- > From: Christopher Faylor [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 24, 2004 10:13 PM >

1.5.5.1 posix conformance for sigaction()

2004-03-24 Thread Ghanshyam
. ** SIGCHLD signal received by parent process when SIGSTOP signal is send to child process! with thanks and regards, ghanshyam -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com

1.5.5.1 sysconf() NOT implemented for _SC_STREAM_MAX and _SC_TZNAME_MAX?

2004-03-24 Thread Ghanshyam
values! Is any one going to address these in near future? Thanks and regards, ghanshyam -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://

1.5.5.1 posix conformance for strftime()

2004-03-24 Thread Ghanshyam
and found that perhaps code is not written to set the values of tzname[0] and tzname[1] according to TZ environment variable. Isnt it? with thanks and regards, ghanshyam -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/pro

1.5.5.1 fgetc returns no error for bad file descriptor

2004-03-10 Thread Ghanshyam
"; FILE *p; p=fopen(path,"w"); /*file descriptor is open for writing!*/ fgetc(p); /*must set errno to EBADF*/ if(errno!=EBADF) perror("FAILURE"); else printf("PASS\n"); return 0; }

1.5.5.1 posix conformance for fopen

2004-03-08 Thread Ghanshyam
to fopen() when path contains a non-directory component , expected ENOTDIR , returned ENOENT Regards, ghanshyam -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

1.5.5.1 fgetc returns no error for bad file descriptor

2004-03-08 Thread Ghanshyam
f EOF and sets errno to [EBADF]. The current implementation does not set any errno. It says "No error". Regards, ghanshyam -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygw