From 900bd8fc34b5433d35b8ea2954653a99f83dbffd Mon Sep 17 00:00:00 2001 From: "Jan (janneke) Nieuwenhuizen" Date: Wed, 19 Oct 2022 09:34:27 +0200 Subject: [PATCH] OK --- lib/linux/lseek.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/linux/lseek.c b/lib/linux/lseek.c index 3f60477f..1971304e 100644 --- a/lib/linux/lseek.c +++ b/lib/linux/lseek.c @@ -24,7 +24,6 @@ #include #include -#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)