From cb0e76b4409635c2fdf7cdbc1c9900ab74f8e378 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 29 Nov 2002 02:17:58 +0000 Subject: Update. 2002-11-28 Ulrich Drepper * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define macros which require it to 200112L. Remove _POSIX_POLL and _POSIX_SELECT. --- linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h') 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 -- cgit 1.4.1