• I
    Retry FS system calls on EINTR · 726c8084
    Igor Canadi 提交于
    Summary: EINTR means 'please retry'. We don't do that currenty. We should.
    
    Test Plan: make check, although it doesn't really test the new code. we'll just have to believe in the code!
    
    Reviewers: haobo, ljin
    
    Reviewed By: haobo
    
    CC: leveldb
    
    Differential Revision: https://reviews.facebook.net/D17349
    726c8084
env_posix.cc 44.1 KB