[tz] [PROPOSED 2/2] * zic.c (S_ISLNK) [!HAVE_SYMLINK]: Remove no-longer-used macro.

Paul Eggert eggert at cs.ucla.edu
Wed Oct 26 18:42:05 UTC 2022


---
 zic.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/zic.c b/zic.c
index e1567b10..42228693 100644
--- a/zic.c
+++ b/zic.c
@@ -153,7 +153,6 @@ symlink(char const *target, char const *linkname)
   errno = ENOTSUP;
   return -1;
 }
-# define S_ISLNK(m) 0
 #endif
 #ifndef AT_SYMLINK_FOLLOW
 # if HAVE_LINK
-- 
2.37.2



More information about the tz mailing list