Revision: 18636
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=18636&view=rev
Author:   amaxwell
Date:     2012-05-18 16:28:56 +0000 (Fri, 18 May 2012)
Log Message:
-----------
missed header in previous commit

Modified Paths:
--------------
    trunk/bibdesk/BDSKTask.h

Modified: trunk/bibdesk/BDSKTask.h
===================================================================
--- trunk/bibdesk/BDSKTask.h    2012-05-18 16:28:24 UTC (rev 18635)
+++ trunk/bibdesk/BDSKTask.h    2012-05-18 16:28:56 UTC (rev 18636)
@@ -66,3 +66,14 @@
 + (BDSKTask *)launchedTaskWithLaunchPath:(NSString *)path arguments:(NSArray 
*)arguments;
 
 @end
+
+#ifndef HANDLE_EINTR
+// http://src.chromium.org/svn/trunk/src/base/eintr_wrapper.h
+#define HANDLE_EINTR(x) ({ \
+    typeof(x) __eintr_result__; \
+    do { \
+        __eintr_result__ = x; \
+    } while (__eintr_result__ == -1 && errno == EINTR); \
+    __eintr_result__;\
+})
+#endif

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to