Skip to content
  • bors's avatar
    Auto merge of #1561 - elichai:2019-10-flock64, r=gnzlbg · 7f33bcb3
    bors authored
    Add flock64 to linux_like platforms
    
    Hi,
    I'm not sure about what to make of the ifdef in glibc `__USE_LARGEFILE64` that covers it.
    but I copied the impl from glibc's headers.
    everything is the same except for sparc which has a reserved short int.
    and in musl it's just `#define flock64 flock`
    7f33bcb3