about summary refs log tree commit diff
path: root/io/sys/stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'io/sys/stat.h')
-rw-r--r--io/sys/stat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/io/sys/stat.h b/io/sys/stat.h
index 52fa944a35..2c23102d33 100644
--- a/io/sys/stat.h
+++ b/io/sys/stat.h
@@ -60,7 +60,7 @@ __BEGIN_DECLS
 #define	S_ISFIFO(mode)	__S_ISTYPE((mode), __S_IFIFO)
 #endif
 
-#ifdef	__USE_GNU
+#ifdef	__USE_BSD
 #ifdef __S_IFLNK
 #define	S_ISLNK(mode)	__S_ISTYPE((mode), __S_IFLNK)
 #endif