This commit is contained in:
Jan (janneke) Nieuwenhuizen 2022-10-19 09:53:04 +02:00
parent 24b9afbd28
commit 66309a2df7
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ _lseek (int filedes, off_t offset, int whence)
off_t
lseek (int filedes, off_t offset, int whence)
{
#if !__MESC__
#if !__MESC__ && !__M2__
if (_lseek (filedes, 0, SEEK_CUR) == -1)
return -1;
#endif