Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update gras architecture macro to 3 for Visual C++ (little endian, 8 bytes alignment)
[simgrid.git] / src / win32 / compiler / borland.h
index a39c375..840d627 100644 (file)
@@ -390,7 +390,6 @@ the double. For now, GRAS requires the structures to be compacted. */
 
 /* types */
 typedef unsigned int uint32_t;
-typedef int socklen_t;
 
 /* Choose setjmp as exception implementation */
 #ifndef __EX_MCTX_SJLJ__
@@ -406,4 +405,7 @@ typedef int socklen_t;
 #define CONTEXT_THREADS 1
 #endif
 
+
+
+
 #endif /* #ifndef __XBT_BORLAND_COMPILER_CONFIG_H__ */