* 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:
@ -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
|
||||
|
Reference in New Issue
Block a user