summaryrefslogtreecommitdiff
path: root/modules/pread
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-11-25 18:01:02 +0100
committerJim Meyering <meyering@redhat.com>2009-11-25 18:01:02 +0100
commit23cd74133c81b80d335c701848b71d85a53402c6 (patch)
tree34bbf11889f0c045dc32367bf3df77b47d1e2fe4 /modules/pread
parent8def010e77c2bace5391a1cda45e158d9e0a3f7d (diff)
downloadgnulib-23cd74133c81b80d335c701848b71d85a53402c6.tar.gz
pread: improvement and fix
* modules/pread (Depends-on): Depend on lseek, for portability to e.g., mingw. Suggested by Eric Blake. * lib/pread.c (__libc_read): Define. Reported by Richard W.M. Jones.
Diffstat (limited to 'modules/pread')
-rw-r--r--modules/pread1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/pread b/modules/pread
index 06039e64dd..4fb442467f 100644
--- a/modules/pread
+++ b/modules/pread
@@ -6,6 +6,7 @@ lib/pread.c
m4/pread.m4
Depends-on:
+lseek
unistd
configure.ac: