utimens: Fix test failure on macOS 10.13.
[gnulib.git] / modules / freadptr
blob7d56c90ec8fe23a08d45d418e801db58f92af16b
1 Description:
2 freadptr() function: Pointer to the input buffer of a stream.
4 Files:
5 lib/freadptr.h
6 lib/freadptr.c
7 lib/stdio-impl.h
8 m4/freadptr.m4
10 Depends-on:
12 configure.ac:
13 gl_FUNC_FREADPTR
14 if test $ac_cv_func___freadptr = no; then
15   AC_LIBOBJ([freadptr])
18 Makefile.am:
20 Include:
21 "freadptr.h"
23 License:
24 LGPLv2+
26 Maintainer:
27 all