To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=108324 Issue #|108324 Summary|osl_createSemaphore does not work on Mac OS X Component|porting Version|DEV300m69 Platform|Macintosh URL| OS/Version|Mac OS X Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|sb Reported by|sb
------- Additional comments from [email protected] Thu Jan 14 14:03:44 +0000 2010 ------- sal/osl/unx/semaphor.c implements osl_createSemaphore via sem_init, which on Mac OS X is not supported and always returns ENOSYS. However, osl/semaphor.h and osl/semaphor.hxx appear to be unused in the OOo code base (only used in salhelper::Queue and salhelper::BoundedQueue in salhelper/queue.hxx, which in turn are unused), so the easiest fix would be to declare as obsolete all of osl/semaphor.h and osl/semaphor.hxx, as well as salhelper::Queue and salhelper::BoundedQueue. --------------------------------------------------------------------- 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]
