[BZ #2908]
commit9c06eb66b5b4662c22532ab03525eab46c4cf2eb
authorUlrich Drepper <drepper@redhat.com>
Thu, 3 Aug 2006 09:36:43 +0000 (3 09:36 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 3 Aug 2006 09:36:43 +0000 (3 09:36 +0000)
tree7f7e94cb6fe44805bab472b7d839e909c360315e
parenta14219efc11f7f4f0cf6bea92be9e43f91118012
[BZ #2908]

* stdio-common/printf_fphex.c (__printf_fphex): When rounding up
'f', use '1' as leading digit not '\1'.
* stdio-common/Makefile (tests): Add bug16.
* stdio-common/bug16.c: New file.

[BZ #2914]
* sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
and don't try to open it.  The patch introducing the macro
contained a bug and used the same file name as the new file
instead of using /var/adm/hostid.  Nobody complaint so I'm taking
this out completely.

[BZ #2926]
* assert/assert.h: Move cast to void inside ?: to quiet gcc.
Patch by Jerry James <Jerry.James@usu.edu>.
ChangeLog
nptl/ChangeLog
nptl/pthread_setspecific.c
stdio-common/Makefile
stdio-common/bug16.c [new file with mode: 0644]
stdio-common/printf_fphex.c