mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 09:38:57 +00:00
* callback.c (os_lseek): Call wrap on lseek result.
This commit is contained in:
@@ -278,7 +278,7 @@ os_lseek (p, fd, off, way)
|
||||
result = fdbad (p, fd);
|
||||
if (result)
|
||||
return result;
|
||||
result = lseek (fdmap (p, fd), off, way);
|
||||
result = wrap (p, lseek (fdmap (p, fd), off, way));
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user