about summary refs log tree commit diff
path: root/linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-11-29 02:17:58 +0000
committerUlrich Drepper <drepper@redhat.com>2002-11-29 02:17:58 +0000
commitcb0e76b4409635c2fdf7cdbc1c9900ab74f8e378 (patch)
treedd0d8e59f361269603b9a1dd7a3f93c289e2ec76 /linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h
parentd7fc4c6250867f42273468be715eb58d5c9a2ad0 (diff)
downloadglibc-cb0e76b4409635c2fdf7cdbc1c9900ab74f8e378.tar.gz
glibc-cb0e76b4409635c2fdf7cdbc1c9900ab74f8e378.tar.xz
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/unix/sysv/linux/i386/bits/posix_opt.h')
-rw-r--r--linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h2
1 files changed, 1 insertions, 1 deletions
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