Conversation
7f6cada to
a98a887
Compare
|
There is another instance here: dune/otherlibs/stdune/src/wait4_stubs.c Line 81 in d2120ac |
5aa5134 to
42b0f5f
Compare
5441abb to
4b1f4aa
Compare
rgrinberg
left a comment
There was a problem hiding this comment.
It's bad enough to add these ifdefs, I don't think they should be copy pasted. You should extract the definition of this function into a header.
|
@rgrinberg Are you suggesting I put the time stubs in a foreign archive or something? |
barracuda156
left a comment
There was a problem hiding this comment.
This build works on 10.6 now.
That would work, but it would be overkill. Instead, I'm suggesting that you put the implementation inside of a header file that you can include in both C sources. As long as the implementation is |
|
@barracuda156 by the way, what version of OCaml are you using? |
4.14.3 OCaml 5 is not available in MacPorts (or in my fork). It is also not present in OpenBSD ports etc. |
Signed-off-by: Ali Caglayan <alizter@gmail.com>
Signed-off-by: Ali Caglayan <alizter@gmail.com>
We move the platform specific timing functions to a common header and share the definition. Signed-off-by: Ali Caglayan <alizter@gmail.com>
4b34424 to
06d33fc
Compare
|
@rgrinberg I've introduced a common header with all the platform specific timing code. |
|
Thank you very much! |
No description provided.