summaryrefslogtreecommitdiff
path: root/modules/same
blob: 979cdcd5b87943361ee66846bf722e1e5702a83f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Description:
Determine whether two file names refer to the same directory entry of the same
directory.

Files:
lib/same.h
lib/same.c
m4/same.m4

Depends-on:
c99
error
dirname
fstat
fstatat
openat
same-inode
stdbool
memcmp

configure.ac:
gl_SAME

Makefile.am:
lib_SOURCES += same.c

Include:
"same.h"

License:
GPL

Maintainer:
Jim Meyering