Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Really kill the process.
[simgrid.git] / src / mc / mc_unw.cpp
index 6b2d206..7566b5a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2015. The SimGrid Team.
+/* Copyright (c) 2015-2017. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -11,7 +11,7 @@
 // We need this for the register indices:
 // #define _GNU_SOURCE
 
-#include <string.h>
+#include <cstring>
 
 // On x86_64, libunwind unw_context_t has the same layout as ucontext_t:
 #include <sys/types.h>
@@ -259,7 +259,7 @@ void UnwindContext::initialize(simgrid::mc::RemoteClient* process, unw_context_t
 # endif
 #else
   // Do we need to do any fixup like this?
-  #error Target CPU type is not handled.
+error Target CPU type is not handled.
 #endif
 }