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