From 6e86a7c21b25f271304238a0cff0dd638343a5c2 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 12 Jun 1996 01:34:32 +0000 Subject: * Makerules (elfobjdir): Use $(objdir) if set, even in elf subdir. * elf/Makefile (routines): Remove init-first. * csu/Makefile (routines): New variable; put it here instead. * config.make.in (CFLAGS): New variable. * io/sys/stat.h (S_ISLNK, S_ISSOCK): Make conditional on __USE_BSD, not __USE_GNU. * string/string.h (strncasecmp): Likewise. --- io/sys/stat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io/sys') diff --git a/io/sys/stat.h b/io/sys/stat.h index 52fa944..2c23102 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 -- cgit v1.1