From 095a3096fa17e2051304be5d8355ae9a0d8796f1 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 2 Aug 2000 09:13:38 +0000 Subject: [PATCH] Don't cry when pread/pwrite is not available. --- lib/lfs.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/lfs.h b/lib/lfs.h index ceb9e307..44ba65c5 100644 --- a/lib/lfs.h +++ b/lib/lfs.h @@ -133,8 +133,4 @@ static _syscall4(int, pwrite, unsigned int, fd, void *, buf, size_t, size, loff_ #endif /* !SHERLOCK_HAVE_PREAD */ -#ifndef SHERLOCK_HAVE_PREAD -#error pread/pwrite not available, need to work around -#endif - #endif /* !_SHERLOCK_LFS_H */ -- 2.39.2