forked from lattera/glibc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* timezone/zic.c (rpytime): Replace cheap overflow check with a functioning one.
- Loading branch information
Ulrich Drepper
committed
Jul 25, 2003
1 parent
99fe3b0
commit 02ade8d
Showing
2 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
2003-07-24 Ulrich Drepper <[email protected]> | ||
|
||
* timezone/zic.c (rpytime): Replace cheap overflow check with a | ||
functioning one. | ||
|
||
* include/link.h (struct link_map): Add l_tls_firstbyte_offset field. | ||
* sysdeps/generic/dl-tls.c [TLS_TCB_AT_TP] (_dl_determine_tlsoffset): | ||
Fix calculation of offsets to take misalignment of first byte in | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters