mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
2004-03-24 Jakub Jelinek <jakub@redhat.com> * stdlib/strtod_l.c (INTERNAL (__STRTOF)): Clear the rest of retval, not just one limb if RETURN_LIMB_SIZE > 2. Fix shifting up if RETURN_LIMB_SIZE > 2. * stdio-common/printf_fp.c (__printf_fp): For IEEE quad long double on 32-bit architectures reserve 8 limbs instead of 4.
This commit is contained in:
@ -31,7 +31,7 @@ really_getpid (pid_t oldval)
|
||||
if (__builtin_expect (oldval == 0, 1))
|
||||
{
|
||||
pid_t selftid = THREAD_GETMEM (THREAD_SELF, tid);
|
||||
if (__builtin_expect (selftid != 0), 1)
|
||||
if (__builtin_expect (selftid != 0, 1))
|
||||
return selftid;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user