X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/795359a4a2c81571bb061f8dfbcc6c15323c9bf3..3f485ca36d11ca7dda9a469b81265705f0e7749b:/src/portable.h diff --git a/src/portable.h b/src/portable.h index 9e5adda52f..486687118a 100644 --- a/src/portable.h +++ b/src/portable.h @@ -1,8 +1,6 @@ -/* portable -- header loading to write portable code */ -/* loads much more stuff than sysdep.h since the latter is in public interface*/ +/* portable -- header loading to write portable code within SimGrid */ -/* Copyright (c) 2004-2010, 2012-2015. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2004, 2016. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -33,9 +31,7 @@ # include #endif -/**** - **** File handling - ****/ +/* File handling */ #include @@ -67,18 +63,11 @@ # define O_BINARY 0 #endif -/**** - **** Time handling - ****/ - -#if HAVE_SYS_TIME_H -# include -#endif +/* Time handling */ +#include #include -/**** - **** Signals - ****/ +/* Signals */ #ifdef HAVE_SIGNAL_H # include #endif