Closed nivkner closed 7 years ago
Hello @tailhook,
As you noted in #8, the changes I made caused CloneFlags to be exposed outside of the library. To solve that I made a free function so it could be public within the library, and made to_clone_flags return c_int Instead.
CloneFlags
to_clone_flags
c_int
Never mind didn't see new commits
Hello @tailhook,
As you noted in #8, the changes I made caused
CloneFlags
to be exposed outside of the library. To solve that I made a free function so it could be public within the library, and madeto_clone_flags
returnc_int
Instead.