diff options
Diffstat (limited to 'gnulib_m4/fseterr.m4')
-rw-r--r-- | gnulib_m4/fseterr.m4 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gnulib_m4/fseterr.m4 b/gnulib_m4/fseterr.m4 new file mode 100644 index 0000000..61ac03d --- /dev/null +++ b/gnulib_m4/fseterr.m4 @@ -0,0 +1,13 @@ +# fseterr.m4 serial 2 +dnl Copyright (C) 2012-2023 Free Software Foundation, Inc. +dnl This file is free software; the Free Software Foundation +dnl gives unlimited permission to copy and/or distribute it, +dnl with or without modifications, as long as this notice is preserved. + +AC_DEFUN([gl_FUNC_FSETERR], +[ + gl_CHECK_FUNCS_ANDROID([__fseterr], + [[#include <stdio.h> + #include <stdio_ext.h> + ]]) +]) |