1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

Remove oldish __GNUC_PREREQ.

This commit is contained in:
Marek Polacek
2012-03-03 22:54:18 +01:00
parent 6358490d55
commit bc957d531c
6 changed files with 18 additions and 87 deletions

View File

@@ -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