From 15834b98efed40c82ee182c367b636e1769cb62a Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 13 Jan 2008 16:51:48 +0100 Subject: Don't redefine __attribute__ without a need. --- lib/openat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/openat.h') diff --git a/lib/openat.h b/lib/openat.h index b5e4f116c9..68c7df0b7d 100644 --- a/lib/openat.h +++ b/lib/openat.h @@ -1,5 +1,5 @@ /* provide a replacement openat function - Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2006, 2008 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -25,7 +25,7 @@ #include #ifndef __attribute__ -# if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 8) || __STRICT_ANSI__ +# if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 8) # define __attribute__(x) /* empty */ # endif #endif -- cgit v1.2.1