mirror of
https://sourceware.org/git/glibc.git
synced 2025-09-02 16:01:20 +03:00
Update.
* nscd/connections.c (start_threads): Use sysconf in case _POSIX_CLOCK_SELECTION or _POSIX_MONOTONIC_CLOCK is not greater zero. * nscd/nscd.c: Remove getaddrinfo stub definition.
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
2004-10-04 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/bits/posix_opt.h: Define
|
||||
_POSIX_THREAD_PROCESS_SHARED and _POSIX_CLOCK_SELECTION as -1.
|
||||
* sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.
|
||||
* sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h: Likewise.
|
||||
* sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h: Likewise.
|
||||
|
||||
2004-09-25 Roland McGrath <roland@redhat.com>
|
||||
|
||||
[BZ #406]
|
||||
|
@@ -132,7 +132,13 @@
|
||||
/* POSIX message queues are available. */
|
||||
#define _POSIX_MESSAGE_PASSING 200112L
|
||||
|
||||
/* Thread process-shared synchronization is not supported. */
|
||||
#define _POSIX_THREAD_PROCESS_SHARED -1
|
||||
|
||||
/* The monotonic clock might be available. */
|
||||
#define _POSIX_MONOTONIC_CLOCK 0
|
||||
|
||||
/* The clock selection interfaces are not available. */
|
||||
#define _POSIX_CLOCK_SELECTION -1
|
||||
|
||||
#endif /* posix_opt.h */
|
||||
|
@@ -138,7 +138,13 @@
|
||||
/* POSIX message queues are available. */
|
||||
#define _POSIX_MESSAGE_PASSING 200112L
|
||||
|
||||
/* Thread process-shared synchronization is not supported. */
|
||||
#define _POSIX_THREAD_PROCESS_SHARED -1
|
||||
|
||||
/* The monotonic clock might be available. */
|
||||
#define _POSIX_MONOTONIC_CLOCK 0
|
||||
|
||||
/* The clock selection interfaces are not available. */
|
||||
#define _POSIX_CLOCK_SELECTION -1
|
||||
|
||||
#endif /* posix_opt.h */
|
||||
|
@@ -138,7 +138,13 @@
|
||||
/* POSIX message queues are available. */
|
||||
#define _POSIX_MESSAGE_PASSING 200112L
|
||||
|
||||
/* Thread process-shared synchronization is not supported. */
|
||||
#define _POSIX_THREAD_PROCESS_SHARED -1
|
||||
|
||||
/* The monotonic clock might be available. */
|
||||
#define _POSIX_MONOTONIC_CLOCK 0
|
||||
|
||||
/* The clock selection interfaces are not available. */
|
||||
#define _POSIX_CLOCK_SELECTION -1
|
||||
|
||||
#endif /* posix_opt.h */
|
||||
|
@@ -138,7 +138,13 @@
|
||||
/* POSIX message queues are available. */
|
||||
#define _POSIX_MESSAGE_PASSING 200112L
|
||||
|
||||
/* Thread process-shared synchronization is not supported. */
|
||||
#define _POSIX_THREAD_PROCESS_SHARED -1
|
||||
|
||||
/* The monotonic clock might be available. */
|
||||
#define _POSIX_MONOTONIC_CLOCK 0
|
||||
|
||||
/* The clock selection interfaces are not available. */
|
||||
#define _POSIX_CLOCK_SELECTION -1
|
||||
|
||||
#endif /* posix_opt.h */
|
||||
|
Reference in New Issue
Block a user