arosunits: corrected some sycall offsets in amigados

git-svn-id: trunk@28719 -
This commit is contained in:
marcus 2014-09-27 19:10:51 +00:00
parent a8aa619228
commit 76b40cdcb7

View File

@ -2095,8 +2095,8 @@ function StrToLong(const String_: STRPTR; var Value: LongInt): LongInt; syscall
function SystemTagList(const Command: STRPTR; const Tags: PTagItem): LongInt; syscall AOS_DOSBase 101;
//function DOSSystem(const command : PChar;const Tags : PTagItem) : LongInt; //* Real: SystemTagList ???
function UnGetC(File_: BPTR; Character: LongInt): LongInt; syscall AOS_DOSBase 53;
procedure UnLoadSeg(Seglist: BPTR); syscall AOS_DOSBase 25;
function UnLock(Lock: BPTR): LongBool; syscall AOS_DOSBase 26;
procedure UnLoadSeg(Seglist: BPTR); syscall AOS_DOSBase 26;
function UnLock(Lock: BPTR): LongBool; syscall AOS_DOSBase 15;
procedure UnLockDosList(Flags: LongWord); syscall AOS_DOSBase 110;
function UnLockRecord(Fh: BPTR; Offset: LongWord; Length: LongWord): LongBool; syscall AOS_DOSBase 47;
function UnLockRecords(RecArray: PRecordLock): LongBool; syscall AOS_DOSBase 48;