Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[smpi] remove a memory leak linked to the detached communication
[simgrid.git] / src / xbt / xbt_rl_time.c
index 416bcbbe3261747f68d2d660623c9d5a8c28a313..1fbf9eb7e57c0249dc2fa504868632d728713f6b 100644 (file)
@@ -1,6 +1,7 @@
 /* time - time related syscal wrappers                                      */
 
-/* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
+/* Copyright (c) 2007, 2008, 2009, 2010. 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. */
@@ -24,3 +25,4 @@ void xbt_sleep(double sec)
 {
   xbt_os_sleep(sec);
 }
+