mirror of
https://sourceware.org/git/glibc.git
synced 2025-09-01 05:02:03 +03:00
Update.
* time/strptime.c (strptime_internal, case 's'): Initialize secs to zero. Patch by Bruce Elliott <bde@nwlink.com>. 1999-01-27 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * elf/Makefile (extra-objs): Add test modules objects. 1999-01-27 Ulrich Drepper <drepper@cygnus.com>
This commit is contained in:
3
FAQ
3
FAQ
@@ -1238,7 +1238,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
|
||||
|
Reference in New Issue
Block a user