Use names SEEK_SET, etc instead of magic number (GH-12057)
The previous code hardcoded `SEEK_SET`, etc. While it's very unlikely that these values will change, it's best to use the definitions to avoid there being mismatches in behavior with the code in the future. Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>
N
ngie-eign committed
848037c1476ddf86dd2798fca35527a63c764a8a
Parent: 8589f14
Committed by Inada Naoki <songofacandy@gmail.com>
on 3/3/2019, 7:28:26 AM