Rely on system prototypes if we #define our os funcs.
authorPhil Pennock <pdp@exim.org>
Sat, 26 Mar 2011 04:32:44 +0000 (00:32 -0400)
committerPhil Pennock <pdp@exim.org>
Sat, 26 Mar 2011 04:32:44 +0000 (00:32 -0400)
The const-ness updates broke systems where `os_strsignal()` gets mapped
to `strsignal()`, which does *not* return `const char *` but `char *`.

If we #define away, then there should be a prototype from the system
headers.


No differences found