]> AND Public Git Repository - simgrid.git/blobdiff - src/simix/smx_io_private.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Check if MAP_ANONYMOUS is defined after including sys/mman.h.
[simgrid.git] / src / simix / smx_io_private.h
index 4ab6974a6733af4c86c6b501b77ba79fe23370e0..831d4a1efcbae354294e2e512c27f7ee3e970c7d 100644 (file)
@@ -27,8 +27,6 @@ void SIMIX_pre_file_write(smx_simcall_t simcall,smx_file_t fd, sg_size_t size, s
 void SIMIX_pre_file_open(smx_simcall_t simcall, const char* fullpath);
 void SIMIX_pre_file_close(smx_simcall_t simcall, smx_file_t fd);
 int SIMIX_pre_file_unlink(smx_simcall_t simcall, smx_file_t fd);
-void SIMIX_pre_file_ls(smx_simcall_t simcall,
-                       const char* mount, const char* path);
 sg_size_t SIMIX_pre_file_get_size(smx_simcall_t simcall, smx_file_t fd);
 sg_size_t SIMIX_pre_file_tell(smx_simcall_t simcall, smx_file_t fd);
 xbt_dynar_t SIMIX_pre_file_get_info(smx_simcall_t simcall, smx_file_t fd);
@@ -40,8 +38,6 @@ smx_action_t SIMIX_file_write(smx_process_t process, smx_file_t fd, sg_size_t si
 smx_action_t SIMIX_file_open(smx_process_t process, const char* fullpath);
 smx_action_t SIMIX_file_close(smx_process_t process, smx_file_t fd);
 int SIMIX_file_unlink(smx_process_t process, smx_file_t fd);
-smx_action_t SIMIX_file_ls(smx_process_t process, const char *mount,
-                           const char *path);
 sg_size_t SIMIX_file_get_size(smx_process_t process, smx_file_t fd);
 sg_size_t SIMIX_file_tell(smx_process_t process, smx_file_t fd);
 xbt_dynar_t SIMIX_file_get_info(smx_process_t process, smx_file_t fd);