X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/27bc638264dd51e923f178492902c91ed51baf77..6e1bfe4b91bd83b1bf4f09b20d5781c3aa4f7562:/src/simix/simcalls.in diff --git a/src/simix/simcalls.in b/src/simix/simcalls.in index 109f207406..d5b7cc19bd 100644 --- a/src/simix/simcalls.in +++ b/src/simix/simcalls.in @@ -83,7 +83,6 @@ int sem_get_capacity(smx_sem_t sem); sg_size_t file_read(surf_file_t fd, sg_size_t size, sg_host_t host) [[block]]; sg_size_t file_write(surf_file_t fd, sg_size_t size, sg_host_t host) [[block]]; -surf_file_t file_open(const char* mount, const char* path, sg_storage_t st) [[block]]; int mc_random(int min, int max); void set_category(boost::intrusive_ptr synchro, const char* category) [[nohandler]];