simple-socket library 1.1.5

TempFailure.h

Go to the documentation of this file.
00001 #ifndef NET_TempFailure_h__
00002 #define NET_TempFailure_h__
00003 
00004 #include <unistd.h>
00005 #include <errno.h>
00006 
00007 #ifndef TEMP_FAILURE_RETRY
00008 #define TEMP_FAILURE_RETRY(expression) (expression)
00009 #endif
00010 
00011 #endif // NET_TempFailure_h__