]> git.ipfire.org Git - thirdparty/zstd.git/commit
zstd: Don't use utime on Linux 1708/head
authorRosen Penev <rosenp@gmail.com>
Wed, 31 Jul 2019 00:17:07 +0000 (17:17 -0700)
committerRosen Penev <rosenp@gmail.com>
Wed, 31 Jul 2019 19:29:13 +0000 (12:29 -0700)
commit41e90653fe35242291f248a66f1da70e62965d1d
treeeab071037ffe0600ba88b1882d4e79ba848e6dcc
parentd95ac342025b529feeb5327df2fce54722f29576
zstd: Don't use utime on Linux

utime is deprecated by POSIX 2008 and optionally not available with
uClibc-ng.

Got rid of a few useless headers in timefn.h.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
programs/platform.h
programs/timefn.h
programs/util.c
programs/util.h