diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2006-05-12 03:28:13 +0000 |
|---|---|---|
| committer | Mike Frysinger <vapier@gentoo.org> | 2006-05-12 03:28:13 +0000 |
| commit | c3a0c54d0b17d877bb08192231021fb4049f4d18 (patch) | |
| tree | c5e53ae88bfeae951ae489e65ff563f691a6466b | |
| parent | 50a38ecd19c8fc022c3c90b32646b3e0cd7adc49 (diff) | |
cut out _FORTIFY_SOURCE
| -rw-r--r-- | include/features.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/features.h b/include/features.h index c690e7ec2..c94d531e8 100644 --- a/include/features.h +++ b/include/features.h @@ -292,6 +292,8 @@ # define __USE_REENTRANT 1 #endif +/* uClibc does not support _FORTIFY_SOURCE */ +#undef _FORTIFY_SOURCE #if defined _FORTIFY_SOURCE && _FORTIFY_SOURCE > 0 \ && __GNUC_PREREQ (4, 1) && defined __OPTIMIZE__ && __OPTIMIZE__ > 0 # if _FORTIFY_SOURCE > 1 |
