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)
commitb52ce0604579f50b71e7527e5030dfb3f74c618b
tree8a76e8c90c8311395e9e29fa00b005443d7e05b3
parent4e7ee01264c430b044fd81cbc79a09ee0348d018
Rely on system prototypes if we #define our os funcs.

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.
src/src/osfunctions.h