diff options
Diffstat (limited to 'FAQ.in')
-rw-r--r-- | FAQ.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/FAQ.in b/FAQ.in index db5bd1d373..6112aa02bb 100644 --- a/FAQ.in +++ b/FAQ.in @@ -1046,7 +1046,8 @@ siginterrupt(). {AJ} glibc 2.1 has special string functions that are faster than the normal library functions. Some of the functions are additionally implemented as -inline functions and others as macros. +inline functions and others as macros. This might lead to problems with +existing codes but it is explicitly allowed by ISO C. The optimized string functions are only used when compiling with optimizations (-O1 or higher). The behavior can be changed with two feature |