1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Remove miscellaneous bounded-pointers relics in C code.

This commit is contained in:
Joseph Myers
2013-02-15 00:51:53 +00:00
parent dd395cf110
commit 2bdd4ca6b6
9 changed files with 28 additions and 16 deletions

View File

@ -21,7 +21,7 @@
# error "Never use <bits/string2.h> directly; include <string.h> instead."
#endif
#if !defined __NO_STRING_INLINES && !defined __BOUNDED_POINTERS__
#ifndef __NO_STRING_INLINES
/* Unlike the definitions in the header <bits/string.h> the
definitions contained here are not optimized down to assembler