* 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

@ -278,12 +278,13 @@ details. */
139: Start using POSIX definition of struct msghdr and WinSock2
IPPROTO_IP values.
140: Export mlock, munlock.
140: Export futimes, lutimes.
*/
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
#define CYGWIN_VERSION_API_MAJOR 0
#define CYGWIN_VERSION_API_MINOR 140
#define CYGWIN_VERSION_API_MINOR 141
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible