X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/21e36900d94aa0bb86014021552a228f5afde1c7..4b754cbe4ec669846baeee13c6362184019c5bbd:/src/gras/rl_stubs.c diff --git a/src/gras/rl_stubs.c b/src/gras/rl_stubs.c new file mode 100644 index 0000000000..f9474fe6e6 --- /dev/null +++ b/src/gras/rl_stubs.c @@ -0,0 +1,16 @@ +/* $Id$ */ + +/* rl_stubs.c -- empty body of functions used in SG, but harmful in RL */ + +/* Copyright (c) 2007 Martin Quinson. */ +/* 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. */ + +#include "xbt_modinter.h" +#include "xbt/sysdep.h" + +void xbt_context_init(void) {} + +void xbt_context_exit(void) {}