mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
* posix/bits/posix1_lim.h: Cleanup namespace a bit.
This commit is contained in:
parent
337c270829
commit
27be9b9217
2 changed files with 10 additions and 4 deletions
|
@ -1,5 +1,7 @@
|
||||||
2009-04-25 Ulrich Drepper <drepper@redhat.com>
|
2009-04-25 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* posix/bits/posix1_lim.h: Cleanup namespace a bit.
|
||||||
|
|
||||||
* sysdeps/i386/fpu/s_tan.S: Set errno for ±Inf.
|
* sysdeps/i386/fpu/s_tan.S: Set errno for ±Inf.
|
||||||
* sysdeps/i386/fpu/s_tanf.S: Likewise.
|
* sysdeps/i386/fpu/s_tanf.S: Likewise.
|
||||||
* sysdeps/i386/fpu/s_tanl.S: Likewise.
|
* sysdeps/i386/fpu/s_tanl.S: Likewise.
|
||||||
|
|
|
@ -87,9 +87,11 @@
|
||||||
# define _POSIX_OPEN_MAX 16
|
# define _POSIX_OPEN_MAX 16
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if !defined __USE_XOPEN2K || defined __USE_GNU
|
||||||
/* Number of descriptors that a process may examine with `pselect' or
|
/* Number of descriptors that a process may examine with `pselect' or
|
||||||
`select'. */
|
`select'. */
|
||||||
#define _POSIX_FD_SETSIZE _POSIX_OPEN_MAX
|
# define _POSIX_FD_SETSIZE _POSIX_OPEN_MAX
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Number of bytes in a pathname. */
|
/* Number of bytes in a pathname. */
|
||||||
#define _POSIX_PATH_MAX 256
|
#define _POSIX_PATH_MAX 256
|
||||||
|
@ -135,15 +137,17 @@
|
||||||
/* Maximum length of a timezone name (element of `tzname'). */
|
/* Maximum length of a timezone name (element of `tzname'). */
|
||||||
#define _POSIX_TZNAME_MAX 6
|
#define _POSIX_TZNAME_MAX 6
|
||||||
|
|
||||||
|
#if !defined __USE_XOPEN2K || defined __USE_GNU
|
||||||
/* Maximum number of connections that can be queued on a socket. */
|
/* Maximum number of connections that can be queued on a socket. */
|
||||||
#define _POSIX_QLIMIT 1
|
# define _POSIX_QLIMIT 1
|
||||||
|
|
||||||
/* Maximum number of bytes that can be buffered on a socket for send
|
/* Maximum number of bytes that can be buffered on a socket for send
|
||||||
or receive. */
|
or receive. */
|
||||||
#define _POSIX_HIWAT _POSIX_PIPE_BUF
|
# define _POSIX_HIWAT _POSIX_PIPE_BUF
|
||||||
|
|
||||||
/* Maximum number of elements in an `iovec' array. */
|
/* Maximum number of elements in an `iovec' array. */
|
||||||
#define _POSIX_UIO_MAXIOV 16
|
# define _POSIX_UIO_MAXIOV 16
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Maximum clock resolution in nanoseconds. */
|
/* Maximum clock resolution in nanoseconds. */
|
||||||
#define _POSIX_CLOCKRES_MIN 20000000
|
#define _POSIX_CLOCKRES_MIN 20000000
|
||||||
|
|
Loading…
Add table
Reference in a new issue