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
Signed-off-by: Ali Caglayan <alizter@gmail.com>
Signed-off-by: Ali Caglayan <alizter@gmail.com>
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 |
No description provided.