Auto merge of #485 - dhduvall:solaris-flock, r=alexcrichton
Add Solaris constants for fcntl-style advisory locking Solaris doesn't implement flock(), so any Rust implementation of flock() will need to implement it using fcntl(), using the F_RDLCK, F_WRLCK, and F_UNLCK constants.
No related branches found
No related tags found
Please register or sign in to comment