posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / same
blob979cdcd5b87943361ee66846bf722e1e5702a83f
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 c99
12 error
13 dirname
14 fstat
15 fstatat
16 openat
17 same-inode
18 stdbool
19 memcmp
21 configure.ac:
22 gl_SAME
24 Makefile.am:
25 lib_SOURCES += same.c
27 Include:
28 "same.h"
30 License:
31 GPL
33 Maintainer:
34 Jim Meyering