This is the mail archive of the cygwin@cygwin.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: fchdir(2)


Corinna Vinschen schrieb am 2001-06-08, 19:12:

> On Fri, Jun 08, 2001 at 06:34:15PM +0200, Gerrit P. Haase wrote:
> > Hi,
> > 
> > how do I substitute fchdir(2) on cygwin?
> 
> chdir(). Since the directory has been opened somewhere in the
> application, the name should still be available.
> 
> However, implementing fchdir() in Cygwin shouldn't be too hard.

Sun Jun 10 11:56:00 2001  Corinna Vinschen <corinna@vinschen.de>

	 * 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.

Thank you :-)

(Now I need to undo all my cganges, but it will be much easier in future)

-gph

-- 
=^..^=

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


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