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 /linuxthreads/sysdeps | |
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 'linuxthreads/sysdeps')
-rw-r--r-- | linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h | 2 | ||||
-rw-r--r-- | linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h b/linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h index ceb6a7331b..6ed0ae5dc0 100644 --- a/linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h +++ b/linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h @@ -71,7 +71,7 @@ /* We have the reentrant functions described in POSIX. */ #define _POSIX_REENTRANT_FUNCTIONS 1 -#define _POSIX_THREAD_SAFE_FUNCTIONS 1 +#define _POSIX_THREAD_SAFE_FUNCTIONS 200112L /* We provide priority scheduling for threads. */ #define _POSIX_THREAD_PRIORITY_SCHEDULING 200112L diff --git a/linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h b/linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h index f4abaf8cfd..4c501c5421 100644 --- a/linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h +++ b/linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h @@ -71,7 +71,7 @@ /* We have the reentrant functions described in POSIX. */ #define _POSIX_REENTRANT_FUNCTIONS 1 -#define _POSIX_THREAD_SAFE_FUNCTIONS 1 +#define _POSIX_THREAD_SAFE_FUNCTIONS 200112L /* We provide priority scheduling for threads. */ #define _POSIX_THREAD_PRIORITY_SCHEDULING 200112L |