mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
* time/time.h [__need_timespec et al]: Include <bits/types.h> here too.
* stdlib/fpioconst.c: Fix whitespace typo. * sysdeps/unix/sysv/linux/i386/call_pselect6.S: New file.
This commit is contained in:
@ -1,10 +1,16 @@
|
|||||||
|
2006-01-21 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
|
* time/time.h [__need_timespec et al]: Include <bits/types.h> here too.
|
||||||
|
|
||||||
|
* stdlib/fpioconst.c: Fix whitespace typo.
|
||||||
|
|
||||||
2006-01-21 Ulrich Drepper <drepper@redhat.com>
|
2006-01-21 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/pselect.c (__pselect): Allow actual
|
* sysdeps/unix/sysv/linux/pselect.c (__pselect): Allow actual
|
||||||
system call code to be redefined in macro CALL_PSELECT6.
|
system call code to be redefined in macro CALL_PSELECT6.
|
||||||
* sysdeps/unix/sysv/linux/i386/Makefile [subdir=misc]
|
* sysdeps/unix/sysv/linux/i386/Makefile [subdir=misc]
|
||||||
(sysdep_routines): Add call_pselect6.
|
(sysdep_routines): Add call_pselect6.
|
||||||
* sysdeps/unix/sysv/linux/i386/call_pselect6.c: New file.
|
* sysdeps/unix/sysv/linux/i386/call_pselect6.S: New file.
|
||||||
* sysdeps/unix/sysv/linux/i386/pselect.c: New file.
|
* sysdeps/unix/sysv/linux/i386/pselect.c: New file.
|
||||||
* misc/Makefile (tests): Add tst-pselect.
|
* misc/Makefile (tests): Add tst-pselect.
|
||||||
* misc/tst-pselect.c: New file.
|
* misc/tst-pselect.c: New file.
|
||||||
|
@ -278,7 +278,7 @@ const mp_limb_t __tens[] =
|
|||||||
0x26b2716ed595d80full, 0x1d153624adc666b0ull, 0x63ff540e3c42d35aull,
|
0x26b2716ed595d80full, 0x1d153624adc666b0ull, 0x63ff540e3c42d35aull,
|
||||||
0x65f9ef17cc5573c0ull, 0x80dcc7f755bc28f2ull, 0x5fdcefcef46eeddcull,
|
0x65f9ef17cc5573c0ull, 0x80dcc7f755bc28f2ull, 0x5fdcefcef46eeddcull,
|
||||||
0x00000000000553f7ull,
|
0x00000000000553f7ull,
|
||||||
#if!defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024
|
#if !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024
|
||||||
# define TENS_P9_IDX (TENS_P8_IDX + TENS_P8_SIZE)
|
# define TENS_P9_IDX (TENS_P8_IDX + TENS_P8_SIZE)
|
||||||
# define TENS_P9_SIZE 28
|
# define TENS_P9_SIZE 28
|
||||||
[TENS_P9_IDX] = 0x0000000000000000ull, 0x0000000000000000ull,
|
[TENS_P9_IDX] = 0x0000000000000000ull, 0x0000000000000000ull,
|
||||||
|
Reference in New Issue
Block a user