]> mj.ucw.cz Git - pciutils.git/blobdiff - ChangeLog
Rewrote the pread/pwrite things once again. Use pread and pwrite only when we
[pciutils.git] / ChangeLog
index 83fae9bd08e2bd309b64d443caabf3fab2e16289..0bd4151335e8abd46967e7e51baf2c4b5099ea78 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 Tue Jul 20 13:25:09 1999  Martin Mares  <mj@albireo.ucw.cz>
 
+       * lib/proc.c: Rewrote the pread/pwrite things once again. Use pread
+       and pwrite only when we are certain it's safe (i.e., glibc 2.1
+       on all architectures or any libc on a i386 where we really know
+       how to use syscalls directly). In all other cases, emulate it
+       with lseek/read/write.
+
        * pci.ids: Some more IDs.
 
 Mon Jul 19 14:10:36 1999  Martin Mares  <mj@albireo.ucw.cz>