mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
30 lines
293 B
Plaintext
30 lines
293 B
Plaintext
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:
|
|
xalloc
|
|
error
|
|
dirname
|
|
same-inode
|
|
stdbool
|
|
|
|
configure.ac:
|
|
gl_SAME
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"same.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|