log10l: Work around inaccurate implementation on NetBSD.
[gnulib.git] / modules / same
blob889ccbd55b4c06fb3d6b3f7a3a83a34bf560a3ff
1 Description:
2 Determine whether two file names refer to the same directory entry of the same
3 directory.
5 Files:
6 lib/same.h
7 lib/same.c
8 m4/same.m4
10 Depends-on:
11 error
12 dirname
13 fstatat
14 openat
15 same-inode
16 stat
17 stdbool
18 memcmp
20 configure.ac:
21 gl_SAME
23 Makefile.am:
24 lib_SOURCES += same.c
26 Include:
27 "same.h"
29 License:
30 GPL
32 Maintainer:
33 Jim Meyering