stdio: Don't break attribute 'scanf' on clang.
[gnulib.git] / modules / same
blobf4926be0057322371fdec3dae2cb9c476cc74623
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 fstat
14 fstatat
15 openat
16 same-inode
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