diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-10-04 16:35:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-10-04 16:35:54 +0000 |
commit | 3078cba2f7272dab753c45b733af2e693e86d83c (patch) | |
tree | 1bd3c12657d1fb27b372907ee74798ef04023ba8 /linuxthreads/sysdeps/unix/sysv/linux/ia64/bits | |
parent | 91a3b2ad2e819a7fa14b8f9773856e4303a8c99a (diff) | |
download | glibc-3078cba2f7272dab753c45b733af2e693e86d83c.tar glibc-3078cba2f7272dab753c45b733af2e693e86d83c.tar.gz glibc-3078cba2f7272dab753c45b733af2e693e86d83c.tar.bz2 glibc-3078cba2f7272dab753c45b733af2e693e86d83c.zip |
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.
Diffstat (limited to 'linuxthreads/sysdeps/unix/sysv/linux/ia64/bits')
-rw-r--r-- | linuxthreads/sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linuxthreads/sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h b/linuxthreads/sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h index 07780df9c1..0d7d73c78f 100644 --- a/linuxthreads/sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h +++ b/linuxthreads/sysdeps/unix/sysv/linux/ia64/bits/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 */ |