[Libreoffice-commits] .: sal/osl

François Tigeot ftigeot at kemper.freedesktop.org
Sun Jan 29 12:49:36 PST 2012


 sal/osl/unx/system.h |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit f621ba670e4936c04be57d356524ee72abab99c6
Author: François Tigeot <ftigeot at wolfpond.org>
Date:   Sun Jan 29 21:45:01 2012 +0100

    _POSIX_THREAD_SYSCALL_SOFT serves no purpose

diff --git a/sal/osl/unx/system.h b/sal/osl/unx/system.h
index 3c54785..1830bf3 100644
--- a/sal/osl/unx/system.h
+++ b/sal/osl/unx/system.h
@@ -124,7 +124,6 @@
 #       ifndef ETIME
 #     define  ETIME ETIMEDOUT
 #       endif
-#   define _POSIX_THREAD_SYSCALL_SOFT 1
 #   include <pthread.h>
 #   include <netdb.h>
 #   include <sys/sem.h>
@@ -182,7 +181,6 @@
 
 #ifdef OPENBSD
 #   define  ETIME ETIMEDOUT
-#   define _POSIX_THREAD_SYSCALL_SOFT 1
 #   include <pthread.h>
 #   include <sys/sem.h>
 #   include <semaphore.h>


More information about the Libreoffice-commits mailing list