Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
bummer, no file descriptor yest in open function
[simgrid.git] / src / simix / smx_user.c
index 700e2e3c4bcfb74306545c960a1f7f804ac2d57b..69241267882aa001b895f5b9209d34b2f3914f98 100644 (file)
@@ -1397,7 +1397,7 @@ xbt_dynar_t simcall_file_get_info(smx_file_t fd)
  * \ingroup simix_file_management
  *
  */
-int simcall_file_seek(smx_file_t fd, sg_size_t offset, int origin){
+int simcall_file_seek(smx_file_t fd, sg_offset_t offset, int origin){
   return simcall_BODY_file_seek(fd, offset, origin);
 }