1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-03 06:51:29 +02:00

(SAME_INODE): Define it here instead.

This commit is contained in:
Jim Meyering
1998-07-25 15:31:23 +00:00
parent 3ba948db7e
commit 69835e9fb6
+4
View File
@@ -216,3 +216,7 @@ off_t lseek ();
# undef putchar
# define putchar(C) putchar_unlocked (C)
#endif
#define SAME_INODE(Stat_buf_1, Stat_buf_2) \
((Stat_buf_1).st_ino == (Stat_buf_2).st_ino \
&& (Stat_buf_1).st_dev == (Stat_buf_2).st_dev)