directory ops
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
|
||||
off_t __fastcall__ lseek (int fd, off_t offset, int whence)
|
||||
{
|
||||
/* Modified argument order for short stacking offset */
|
||||
ria_push_long (offset);
|
||||
ria_push_char (whence);
|
||||
ria_set_ax (fd);
|
||||
|
||||
Reference in New Issue
Block a user