diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-01-27 09:57:05 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-01-27 09:57:05 +0000 |
commit | a25f2023916cf86dca8a1dc89df5518dcbefa11a (patch) | |
tree | 6d8cc5468b28fbc3637f2e6cfed842c984cc663e /FAQ | |
parent | 8c474db54dbc62f4cd3003f12a7b540a8f2ddef9 (diff) | |
download | glibc-a25f2023916cf86dca8a1dc89df5518dcbefa11a.tar glibc-a25f2023916cf86dca8a1dc89df5518dcbefa11a.tar.gz glibc-a25f2023916cf86dca8a1dc89df5518dcbefa11a.tar.bz2 glibc-a25f2023916cf86dca8a1dc89df5518dcbefa11a.zip |
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>
Diffstat (limited to 'FAQ')
-rw-r--r-- | FAQ | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |