mirror of
https://gitee.com/openharmony/third_party_f2fs-tools
synced 2024-11-23 01:59:54 +00:00
f2fs-tools: define HAVE_CLOCK_GETTIME properly
HAVE_CLOCK_GETTIME wasn't defined during autoconf, leading to messages like "Done: 0.000000 secs" on Linux distros. Signed-off-by: Juhyung Park <qkrwngud825@gmail.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
parent
4c2d71c5b6
commit
8247209800
@ -191,6 +191,7 @@ AC_CHECK_FUNCS_ONCE([
|
||||
lseek64
|
||||
memset
|
||||
setmntent
|
||||
clock_gettime
|
||||
])
|
||||
|
||||
AS_IF([test "$ac_cv_header_byteswap_h" = "yes"],
|
||||
|
Loading…
Reference in New Issue
Block a user