[Libreoffice-commits] core.git: sal/osl

Stephan Bergmann sbergman at redhat.com
Wed Mar 27 03:06:51 PDT 2013


 sal/osl/all/log.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3c2010e77ef70a99e4861192b0cb34de1f6ce61e
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Mar 27 11:06:28 2013 +0100

    -Werror=unused-macros (Android)
    
    Change-Id: I7b88ff1a8c53fbb875d5cb84060c726fd7d06c9c

diff --git a/sal/osl/all/log.cxx b/sal/osl/all/log.cxx
index ad81c83..6106ac3 100644
--- a/sal/osl/all/log.cxx
+++ b/sal/osl/all/log.cxx
@@ -51,7 +51,7 @@
 #if defined WNT
 #include <process.h>
 #define OSL_DETAIL_GETPID _getpid()
-#else
+#elif !defined ANDROID
 #include <unistd.h>
 #define OSL_DETAIL_GETPID getpid()
 #endif


More information about the Libreoffice-commits mailing list