Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'mc' into mc++
[simgrid.git] / buildtools / Cmake / test_prog / prog_gnu_dynlinker.c
index d48b891..6187f9e 100644 (file)
@@ -1,5 +1,6 @@
 /* prog_gnu_dynlinker.c -- check that RTLD_NEXT is defined as in GNU linker */
-/* Copyright (c) 2012. The SimGrid Team. All rights reserved.               */
+/* Copyright (c) 2012-2014. 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. */
@@ -26,7 +27,7 @@ int main(void) {
       if (error)
         printf("Error while checking for dlsym: %s\n",error);
       else
-        printf("dlsym did not return any error, but failed to find malloc()\n",error);
+        printf("dlsym did not return any error, but failed to find malloc()\n");
       return 1; // FAILED
    }
 }