diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-12-13 21:11:40 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-12-13 21:11:40 +0000 |
commit | ac131a333b1c63000fcab69cc6723d75d7075a3a (patch) | |
tree | 1c3ca40ae25e1d14abcd13ef172247d7cb51ae0b /libc/string/generic/strcpy.c | |
parent | 2401710fc05ec38fa5d0f5a2fa68a1f8c322b883 (diff) |
Remove the rest of "bounded pointers" scaffolding. gcc website says"
"Bounds Checking Projects... This project has been abandoned"
for four years at least.
Diffstat (limited to 'libc/string/generic/strcpy.c')
-rw-r--r-- | libc/string/generic/strcpy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/string/generic/strcpy.c b/libc/string/generic/strcpy.c index 5f2758153..b9a0a286a 100644 --- a/libc/string/generic/strcpy.c +++ b/libc/string/generic/strcpy.c @@ -20,7 +20,6 @@ #include <stddef.h> #include "memcopy.h" -#include "bp-checks.h" /* Experimentally off - libc_hidden_proto(strcpy) */ /* Copy SRC to DEST. */ |