qt5base-lts/config.tests/unix
Thiago Macieira a3c71b71e2 QFileSystemEngine::setFileTime/Unix: remove the fallback to futimesat
The use as in the code:
  futimesat(fd, NULL, &tv)

is not documented to work. The file descriptor should be a directory's
one, not an open file (though the Linux source code seems to handle that
case). This call was done as a fallback to futimes, so it's very
unlikely a system would have futimesat and not futimes.

Both the Linux and the FreeBSD man pages say it's deprecated anyway.

Change-Id: I8d96dea9955d4c749b99fffd14cd94068dc7668a
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
2017-08-05 16:41:42 +00:00
..
cxx11_random QRandomGenerator: don't internally rely on QT_HAS_INCLUDE 2017-06-20 16:37:35 +00:00
futimens QFileDevice/QFileInfo: Add fileTime() and setFileTime() 2017-04-27 18:44:15 +00:00
futimes QFileDevice/QFileInfo: Add fileTime() and setFileTime() 2017-04-27 18:44:15 +00:00
getauxval Rename the "sys_auxv" feature to "getauxval" 2017-07-06 00:23:59 +00:00
getentropy QRandomGenerator: use getentropy on Linux & OpenBSD 2017-06-30 21:19:10 +00:00
opengles32 Add support for OpenGL ES 3.2 in QOpenGLExtraFunctions 2017-06-30 18:12:58 +00:00
openssl11 QSslSocket: OpenSSL 1.1 backend 2017-07-04 18:03:59 +00:00