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

WIP: cloexec constants #58

Closed
wants to merge 1 commit into from
Closed

WIP: cloexec constants #58

wants to merge 1 commit into from

Conversation

ahorek
Copy link
Contributor

@ahorek ahorek commented Sep 21, 2018

don't merge it yet
#57 #56 jruby/jruby#5319

https://github.com/jnr/jnr-constants/blob/master/src/main/java/jnr/constants/platform/linux/Fcntl.java#L41
these two constants are already duplicated
F_GETFD(1L),
F_WRLCK(1L);
and FD_CLOEXEC also has the same value
FD_CLOEXEC(1L);

@ahorek
Copy link
Contributor Author

ahorek commented Nov 28, 2018

@headius
how to deal with this problem? it's the same as #17

any other constants you wish to add?

@ahorek ahorek closed this Sep 23, 2019
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

Successfully merging this pull request may close these issues.

1 participant