]> Savannah Git Hosting - gnulib.git/commit
utimes: detect utimes() correctly on OS/2 kLIBC
authorKO Myung-Hun <komh@chollian.net>
Fri, 28 Nov 2014 07:43:14 +0000 (16:43 +0900)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 15 Jan 2016 18:09:00 +0000 (10:09 -0800)
commit8968c785d7bc4c7578070ad2ce6e7a82bcca8b3d
tree62ef9243145c1d4ee8b73c9be146b7307ad848a8
parentde11c4a45ae70ad15a74ce44d02cb632fb1549f6
utimes: detect utimes() correctly on OS/2 kLIBC

utimes() of OS/2 kLIBC has some limitations.

1. OS/2 itself supports a file date since 1980 year in local time.
2. OS/2 itself supports only even seconds for a file time.
3. utimes() of OS/2 kLIBC does not work on an opened file.

* m4/utimes.m4: Detect utimes() correctly on OS/2 kLIBC.
* doc/posix-functions/utimes.texi: Document the above limitations of
utimes() on OS/2 kLIBC.
ChangeLog
doc/posix-functions/utimes.texi
m4/utimes.m4