From ef6099ee4aa93ea44d0a15a14d01790c3007f53e Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 31 Aug 2014 14:00:34 +0400 Subject: Don't include bp-check.h and don't use CHECK_1 Related to a2da1673fe32540799c801e8aec374dc1c0e0596 and f3aae3f3eb4e4345413dc238e941cdb52f747d16 --- sysdeps/unix/sysv/solaris2/kopensolaris-gnu/lxstat.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sysdeps/unix/sysv/solaris2/kopensolaris-gnu/lxstat.c') diff --git a/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/lxstat.c b/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/lxstat.c index 04e1d407f6..b0d7fd45d4 100644 --- a/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/lxstat.c +++ b/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/lxstat.c @@ -20,7 +20,6 @@ #include #include #include -#include DECLARE_INLINE_SYSCALL (int, lstat, const char *path, struct stat *buf); @@ -33,7 +32,7 @@ __lxstat (int vers, const char *file, struct stat *buf) return -1; } - return INLINE_SYSCALL (lstat, 2, file, CHECK_1 (buf)); + return INLINE_SYSCALL (lstat, 2, file, buf); } hidden_def (__lxstat) -- cgit v1.2.3