From 7a46f52f8b2f630e936ba907bc8ac3000ac59c61 Mon Sep 17 00:00:00 2001 From: Hasso Tepper Date: Fri, 24 Apr 2009 21:30:36 +0300 Subject: [PATCH] We don't support barriers and spinlocks yet. Fixes a lot of problems with thirdparty software. --- include/unistd.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/unistd.h b/include/unistd.h index 8dc07f3b41..83139db302 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -98,12 +98,10 @@ typedef __uid_t uid_t; * the POSIX standard; however, if the relevant sysconf() function * returns -1, the functions may be stubbed out. */ -#define _POSIX_BARRIERS 200112L #define _POSIX_READER_WRITER_LOCKS 200112L #define _POSIX_REGEXP 1 #define _POSIX_SHELL 1 #define _POSIX_SPAWN 200112L -#define _POSIX_SPIN_LOCKS 200112L #define _POSIX_THREAD_ATTR_STACKADDR 200112L #define _POSIX_THREAD_ATTR_STACKSIZE 200112L #define _POSIX_THREAD_CPUTIME -1 -- 2.41.0