Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Workaround problem with excess precision on i387 FPU.
[simgrid.git] / src / gras / rl_stubs.c
1 /* rl_stubs.c -- empty body of functions used in SG, but harmful in RL       */
2
3 /* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team.
4  * All rights reserved.                                                     */
5
6 /* This program is free software; you can redistribute it and/or modify it
7  * under the terms of the license (GNU LGPL) which comes with this package. */
8
9 #include "xbt_modinter.h"
10 #include "xbt/sysdep.h"
11 #include "simix/simix.h"
12
13 void SIMIX_display_process_status(void)
14 {
15 }