Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flock is not available on Solaris; use fcntl to emulate it #60

Open
headius opened this issue Aug 18, 2015 · 2 comments
Open

flock is not available on Solaris; use fcntl to emulate it #60

headius opened this issue Aug 18, 2015 · 2 comments
Milestone

Comments

@headius
Copy link
Member

headius commented Aug 18, 2015

See jruby/jruby#3254.

Also here: http://www.perkin.org.uk/posts/solaris-portability-flock.html

@headius
Copy link
Member Author

headius commented Mar 8, 2016

See also jruby/jruby#3343. Still outstanding.

@headius
Copy link
Member Author

headius commented Sep 20, 2016

We have some basic code in place for this, but the big missing piece is varargs. fcntl on Solaris is defined as fcntl(int, int, ...). There's not currently a way to do varargs calls through jnr-ffi, though jnr/jnr-ffi#47 attempts to add it.

@headius headius modified the milestones: 3.0.30, 3.0.31 Sep 28, 2016
@headius headius modified the milestones: 3.0.31, 3.0.33 Nov 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant