utimens: Fix test failure on macOS 10.13.
[gnulib.git] / modules / xmemcoll
blob3ef5491081f6f0113122ec317e7449c759cdf5ba
1 Description:
2 Locale dependent memory area comparison, with error checking.
4 Files:
5 lib/xmemcoll.h
6 lib/xmemcoll.c
8 Depends-on:
9 memcoll
10 gettext-h
11 error
12 quotearg
13 exitfail
15 configure.ac:
16 AC_REQUIRE([AC_C_RESTRICT])
18 Makefile.am:
19 lib_SOURCES += xmemcoll.h xmemcoll.c
21 Include:
22 "xmemcoll.h"
24 Link:
25 $(LIB_MBRTOWC)
27 License:
28 GPL
30 Maintainer:
31 Paul Eggert, Jim Meyering