mirror of
https://https.git.savannah.gnu.org/git/diffutils.git
synced 2026-01-27 09:54:25 +00:00
Now that we have a system.c, there’s little point to these being extern inline functions. * src/system.c (same_file, stat_size): Move here from system.h, and make them ordinary extern functions. (proc_dev, symlink_size_ok): Now static, and private to their functions. * src/system.h (same_file, stat_size): Now just decls.