about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorMarek Polacek <polacek@redhat.com>2012-03-03 22:54:18 +0100
committerMarek Polacek <polacek@redhat.com>2012-03-03 22:57:00 +0100
commitbc957d531c91b16b135e3f3d81506864166997f0 (patch)
tree96dcb21d0ec966caacd0d92b98c00458693ccb0c /include
parent6358490d55d0606bf5f2d48ed8b8f26d77364998 (diff)
downloadglibc-bc957d531c91b16b135e3f3d81506864166997f0.tar.gz
glibc-bc957d531c91b16b135e3f3d81506864166997f0.tar.xz
glibc-bc957d531c91b16b135e3f3d81506864166997f0.zip
Remove oldish __GNUC_PREREQ.
Diffstat (limited to 'include')
-rw-r--r--include/sys/cdefs.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/sys/cdefs.h b/include/sys/cdefs.h
index fa93982af9..71baa1a2d2 100644
--- a/include/sys/cdefs.h
+++ b/include/sys/cdefs.h
@@ -14,11 +14,7 @@ libc_hidden_proto (__chk_fail)
 rtld_hidden_proto (__chk_fail)
 
 
-# if __GNUC_PREREQ (4,3)
-#  define __attribute_alloc_size(...) __attribute__ ((alloc_size (__VA_ARGS__)))
-# else
-#  define __attribute_alloc_size(...)
-# endif
+# define __attribute_alloc_size(...) __attribute__ ((alloc_size (__VA_ARGS__)))
 #endif
 
 #endif