X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmetadata%2Ficall.c;h=41b3ee3f809a72dc95fffb3679a063b0a74d96d7;hb=e043ad6df539b39dbe4a370aa6affe8e2c39bb48;hp=d8f85164901ce90965e06cb16533b95b07e913a1;hpb=1b751557d5f4c7422d37e7cc283b895461ee5c06;p=mono.git diff --git a/mono/metadata/icall.c b/mono/metadata/icall.c index d8f85164901..41b3ee3f809 100644 --- a/mono/metadata/icall.c +++ b/mono/metadata/icall.c @@ -6590,7 +6590,7 @@ static const IcallEntry monoio_icalls [] = { {"GetTempPath(string&)", ves_icall_System_IO_MonoIO_GetTempPath}, {"Lock(intptr,long,long,System.IO.MonoIOError&)", ves_icall_System_IO_MonoIO_Lock}, {"MoveFile(string,string,System.IO.MonoIOError&)", ves_icall_System_IO_MonoIO_MoveFile}, - {"Open(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,bool,System.IO.MonoIOError&)", ves_icall_System_IO_MonoIO_Open}, + {"Open(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,System.IO.MonoIOError&)", ves_icall_System_IO_MonoIO_Open}, {"Read(intptr,byte[],int,int,System.IO.MonoIOError&)", ves_icall_System_IO_MonoIO_Read}, {"RemoveDirectory(string,System.IO.MonoIOError&)", ves_icall_System_IO_MonoIO_RemoveDirectory}, {"Seek(intptr,long,System.IO.SeekOrigin,System.IO.MonoIOError&)", ves_icall_System_IO_MonoIO_Seek},