android13/external/ltp/m4/ltp-syncfs.m4

11 lines
227 B
Plaintext
Raw Normal View History

2024-06-22 08:45:49 -04:00
dnl SPDX-License-Identifier: GPL-2.0-or-later
dnl Copyright (c) 2019 Linaro Limited. All rights reserved.
dnl
dnl LTP_CHECK_SYNCFS
dnl ----------------------------
dnl
AC_DEFUN([LTP_CHECK_SYNCFS],[
AC_CHECK_FUNCS(syncfs,,)
])