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.
Fixes: ../sysdeps/i386/dl-machine.h:336:30: warning: unused variable ‘refsym’ [-Wunused-variable] rtld.c:1435:3: warning: implicit declaration of function ‘_dl_discover_osversion’ [-Wimplicit-function-declaration]
- Loading branch information
Showing
4 changed files
with
16 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,3 +1,8 @@ | ||
2012-05-17 Andreas Jaeger <[email protected]> | ||
|
||
* sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only | ||
when it is used. | ||
|
||
2012-05-17 Chris Metcalf <[email protected]> | ||
|
||
* stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60. | ||
|
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,3 +1,9 @@ | ||
2012-05-17 Andreas Jaeger <[email protected]> | ||
|
||
* sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h | ||
(HAVE_DL_DISCOVER_OSVERSION): Don't declare _dl_discover_osversion | ||
only for older kernels. | ||
|
||
2012-05-15 Joseph Myers <[email protected]> | ||
|
||
* pthreadP.h [!__NR_set_robust_list] (__NR_set_robust_list): Do | ||
|
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
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