This is an archive of the discontinued LLVM Phabricator instance.

Add new interceptors for FILE repositioning stream
ClosedPublic

Authored by krytarowski on Dec 7 2018, 9:54 PM.

Details

Summary

Add new interceptors for a set of functions to reposition a stream:
fgetpos, fseek, fseeko, fsetpos, ftell, ftello, rewind .

Add a dedicated test.

Enable this interface on NetBSD.

Diff Detail

Repository
rL LLVM

Event Timeline

krytarowski created this revision.Dec 7 2018, 9:54 PM
vitalybuka accepted this revision.Dec 10 2018, 12:12 AM
This revision is now accepted and ready to land.Dec 10 2018, 12:12 AM
This revision was automatically updated to reflect the committed changes.