Hash :
d50980dd
Author :
Date :
2018-02-20T09:05:48
same: new function same_nameat * lib/same.c: Include fcntl.h. * lib/same.c (same_nameat): New function, generalizing same_name. (same_name): Now a thin layer around same_nameat. * m4/same.m4 (gl_SAME): Check for fpathconf, not pathconf. * modules/same (Depends-on): Depend on fstatat, openat.
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:
error
dirname
fstatat
openat
same-inode
stat
stdbool
memcmp
configure.ac:
gl_SAME
Makefile.am:
lib_SOURCES += same.c
Include:
"same.h"
License:
GPL
Maintainer:
Jim Meyering