To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61480





------- Additional comments from [EMAIL PROTECTED] Tue Feb 14 13:06:05 -0800 
2006 -------
proposed patch:

diff -urN ooo_SRC680_m156_src.orig/sal/osl/unx/system.h
ooo_SRC680_m156_src/sal/osl/unx/system.h
--- ooo_SRC680_m156_src.orig/sal/osl/unx/system.h       2006-02-14 
21:58:08.000000000
+0100
+++ ooo_SRC680_m156_src/sal/osl/unx/system.h    2006-02-14 21:59:42.000000000 
+0100
@@ -334,7 +334,9 @@
 #endif
 
 #ifdef MACOSX
-#      define  ETIME ETIMEDOUT
+#      ifndef ETIME
+#              define  ETIME ETIMEDOUT
+#      endif
 #      include <dlfcn.h>    
 #      include <pthread.h>
 #      include <sys/file.h>

ETIME is used in osl/unx/conditn.c as a possible return value of
pthread_cond_timedwait, but it can return only ETIMEDOUT according to 1003.1:

http://www.opengroup.org/onlinepubs/000095399/functions/pthread_cond_timedwait.html

Any volunteer to test the builds with ETIME completely removed from here and
with this redefinition removed too?


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to