* cygwin.din: Add fchdir symbols.

* path.cc (chdir): Guard against invalid parameter.
         (fchdir): New function.
         * include/cygwin/version.h: Bump API minor version to 40.
         * uinfo.cc (internal_getlogin): Remove unused variable.
This commit is contained in:
Corinna Vinschen
2001-06-10 10:00:21 +00:00
parent d4217d5680
commit 463513f0e2
5 changed files with 36 additions and 10 deletions

View File

@ -133,10 +133,11 @@ details. */
37: [f]pathconv support _PC_POSIX_PERMISSIONS and _PC_POSIX_SECURITY
38: vscanf, vscanf_r, and random pthread functions
39: asctime_r, ctime_r, gmtime_r, localtime_r
40: fchdir
*/
#define CYGWIN_VERSION_API_MAJOR 0
#define CYGWIN_VERSION_API_MINOR 39
#define CYGWIN_VERSION_API_MINOR 40
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible