Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Uncomment.
[simgrid.git] / src / simix / simcalls.in
index 2d919f3de4958da449bbe327283cdff84c379c3b..3213a566624ee23d4fa5982994e058808d3d0097 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2014-2020. The SimGrid Team. All rights reserved.
+# Copyright (c) 2014-2021. 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.
@@ -56,7 +56,7 @@ int        cond_wait_timeout(smx_cond_t cond, smx_mutex_t mutex, double timeout)
 void      sem_acquire(smx_sem_t sem) [[block]];
 int       sem_acquire_timeout(smx_sem_t sem, double timeout) [[block]];
 
-int        mc_random(int min, int max);
+#int        mc_random(int min, int max);
 
 void       run_kernel(std::function<void()> const* code) [[nohandler]];
 void       run_blocking(std::function<void()> const* code) [[block,nohandler]];