mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
* string/bits/string2.h: Inhibit inlines if __BOUNDED_POINTERS__.
* string/bits/string2.h: Inhibit inlines if __BOUNDED_POINTERS__.
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
# error "Never use <bits/string2.h> directly; include <string.h> instead."
|
||||
#endif
|
||||
|
||||
#ifndef __NO_STRING_INLINES
|
||||
#if !defined __NO_STRING_INLINES && !__BOUNDED_POINTERS__
|
||||
|
||||
/* Unlike the definitions in the header <bits/string.h> the
|
||||
definitions contained here are not optimized down to assembler
|
||||
|
Reference in New Issue
Block a user