diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-11-29 02:17:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-11-29 02:17:58 +0000 |
commit | cb0e76b4409635c2fdf7cdbc1c9900ab74f8e378 (patch) | |
tree | dd0d8e59f361269603b9a1dd7a3f93c289e2ec76 /nptl/sysdeps/unix/sysv/linux/bits | |
parent | d7fc4c6250867f42273468be715eb58d5c9a2ad0 (diff) | |
download | glibc-cb0e76b4409635c2fdf7cdbc1c9900ab74f8e378.tar glibc-cb0e76b4409635c2fdf7cdbc1c9900ab74f8e378.tar.gz glibc-cb0e76b4409635c2fdf7cdbc1c9900ab74f8e378.tar.bz2 glibc-cb0e76b4409635c2fdf7cdbc1c9900ab74f8e378.zip |
Update.
2002-11-28 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/bits/posix_opt.h: Define macros which
require it to 200112L. Remove _POSIX_POLL and _POSIX_SELECT.
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/bits')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h b/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h index 8274f516be..6dc1a77761 100644 --- a/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h +++ b/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h @@ -47,12 +47,6 @@ /* Setting of memory protections is supported. */ #define _POSIX_MEMORY_PROTECTION 200112L -/* Implementation supports `poll' function. */ -#define _POSIX_POLL 1 - -/* Implementation supports `select' and `pselect' functions. */ -#define _POSIX_SELECT 1 - /* Only root can change owner of file. */ #define _POSIX_CHOWN_RESTRICTED 1 @@ -88,14 +82,14 @@ /* We support user-defined stacks. */ #define _POSIX_THREAD_ATTR_STACKADDR 200112L -/* We support POSIX.1b semaphores, but only the non-shared form for now. */ -#define _POSIX_SEMAPHORES 1 +/* We support POSIX.1b semaphores. */ +#define _POSIX_SEMAPHORES 200112L /* Real-time signals are supported. */ -#define _POSIX_REALTIME_SIGNALS 1 +#define _POSIX_REALTIME_SIGNALS 200112L /* We support asynchronous I/O. */ -#define _POSIX_ASYNCHRONOUS_IO 1 +#define _POSIX_ASYNCHRONOUS_IO 200112L #define _POSIX_ASYNC_IO 1 /* Alternative name for Unix98. */ #define _LFS_ASYNCHRONOUS_IO 1 @@ -130,7 +124,7 @@ #define _POSIX_SPAWN 200112L /* We have POSIX timers. */ -#define _POSIX_TIMERS 1 +#define _POSIX_TIMERS 200112L /* The barrier functions are available. */ #define _POSIX_BARRIERS 200112L |