This commit is contained in:
Jan (janneke) Nieuwenhuizen 2022-10-19 09:34:27 +02:00
parent 5f6f1039a5
commit 900bd8fc34
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 0 additions and 2 deletions

View File

@ -24,7 +24,6 @@
#include <stdio.h>
#include <sys/types.h>
#if !__MESC__
off_t
_lseek (int filedes, off_t offset, int whence)
{
@ -32,7 +31,6 @@ _lseek (int filedes, off_t offset, int whence)
// long long_offset = offset;
// return _sys_call3 (SYS_lseek, filedes, long_offset, whence);
}
#endif
off_t
lseek (int filedes, off_t offset, int whence)