K 10 svn:author V 7 rwatson K 8 svn:date V 27 2009-10-08T21:53:58.560021Z K 7 svn:log V 341 Manually merge r197808 from head to capabilities8: In rtld's map_object(), use pread(..., 0) rather than read() to read the ELF header from the front of the file. As all other I/O on the binary is done using mmap(), this avoids the need for seek privileges on the file descriptor during run-time linking. Sponsored by: Google END