* cygwin.din (futimes): Export.

(lutimes): Export.
	* times.cc (utimes_worker): Created from utimes, add nofollow flag
	to implement utimes and lutimes.
	(utimes): Just call utimes_worker.
	(lutimes): New function.
	(futimes): Ditto.
	* include/cygwin/version.h: Bump API minor version.
This commit is contained in:
Corinna Vinschen
2005-10-20 14:26:23 +00:00
parent af18e12c9f
commit 81bd1ca723
4 changed files with 47 additions and 5 deletions

View File

@@ -1522,6 +1522,8 @@ utime SIGFE
_utime = utime SIGFE
utimes SIGFE
_utimes = utimes SIGFE
futimes SIGFE
lutimes SIGFE
utmpname SIGFE
_utmpname = utmpname SIGFE
utmpxname SIGFE